Reference no: EM13951954
Described below are three classes, Building, Hotel and Home with their respective attributes:
Building: no_of_floors, age , parking_space, size
Hotel: number_of_guests, number_of_rooms, vacancy, no_of_floors, age, parking_space, size
Home: No_of_bedrooms, no_of_occupants, finished_basement, no_of_floors, parking_space, age, size
Questions 1 through 5 are based on the classes described above:
1. Write a declaration for all three classes using the principles of inheritence. Make the Building class abstract
2. Which of the following statements is incorrect:
a. Hotel h = new Hotel();
b. Home m = new Home();
c. Building b = new Building();
3. Do Hotel and Building have an "Is A" relationship or "Has A" relationship?
4. Which of the following is true:
a. Hotel and Home are subclasses of Building
b. Hotel is a subclass of Building, Home is a subclass of Hotel.
c. Home, Hotel and Building are independent classes
d. Hotel and Home are containment classes of Building
5. If Hotel were a subclass of Building, how would you access the size attribute of Building:
a. Hotel h = new Hotel();
h.new Building();
h.size = 5;
b. Hotel h = new Hotel();
h.Building.size = 5;
c. Hotel h = new Hotel();
h.size=5;
Determine the number of days in the current month
: The second should accept two values, determine the modulus and return the value, which the calling statement should then print out.
|
How many annual events, such as the vernal equinox
: The Julian calendar, instituted by Julius Caesar in 46 B.C. and replaced by the modern Gregorian calendar beginning in 1582, averaged 365.25 days in length. How many annual events, such as the vernal equinox, move through the calendar while the Ju..
|
Wecker corporation uses the activity rates
: Wecker Corporation uses the activity rates from its activity-based costing to assign overhead costs to products
|
Percentage of credit sales method or aging method
: 1. Look at the "Reserve for Uncollectible Accounts Receivable" heading to Note 2 (Summary of Significant Accounting Policies). Does Under Armour use the percentage of credit sales method or the aging method to estimate bad debt expense?
|
Write a declaration for three classes using the inheritance
: Write a declaration for all three classes using the principles of inheritence. Make the Building class abstract
|
Exceptions to the rule of law
: All the justification defenses are exceptions to the rule of law. They allow individuals to take the law into their own hands. According to the rule of law, the government has a monopoly on the use of force
|
Purchases in the fourth quarter amounted
: A capital expenditure for $60,000 is planned for the fourth quarter of 2012.
|
Calculate the density of the air in the bag
: A plastic bag filled with air has a volume of 0.008m3. When the air in the bag is squeezed into the rigid container, the mass of the container (with air) increases from 0.02 to 0.03kg . Calculate the density of the air in the bag.
|
Determine the acceleration vector throughout the flight
: Determine the acceleration vector throughout the flight and the velocity vector at O;
|