Saturday
May 18, 2013

Homework Help: programming

Posted by TOM on Friday, November 30, 2012 at 4:21pm.

There are several types of room in a hotel. The HotelRoom Class of Previous Programming Problem was not specific regarding the type of room. Assume that a hotel has guest rooms and meeting rooms. Modify the HotelRoom class as follows: remove the capacity and status instance variables and associated methods. Change the class constructor, copy constructor, and destructor accordingly. Derive from Hotel Room the classes Guestroom and Meeting Room. Guestroom contains the following data members: the integer instance variable capacity, which represents the maximum number of guests that can occupy the room; the integer instance variable status, which represents the number of guests in the room (0 if unoccupied); and the integer instance variable days, which represents the number of days the guest occupies the room. Meeting Room has the integer instance variable seats, which represents the number of seats in the room, and the integer instance variable status (1 if the room is booked for a meeting; 0 otherwise). Code all appropriate constructors, copy constructors and destructors for the classes. Code a function main () to test the classes. Make sure to create object of all types. Computer Science

No one has answered this question yet.

Answer this Question

First Name:
School Subject:
Answer:

Related Questions

social - Ok, I think both of these are syndicated but im so confused! The type ...
social - Ok, I think both of these are syndicated but im so confused! The type ...
Computer programming - Sorting is a common operation used in programming. ...
IT/210 - Assignment: Chapter 5 Programming Problems · Complete ...
algeBRA WORD PROBLEM - six familys split the cost of a family reunion. each ...
Programming - How come anytime I ask a question about programming or SQL on this...
Computer Programming - How do I understand how Java programming works?
Programming - Describe a programming project or situation in the workplace that ...
programming - Can you help me write an authentication progam that would deny ...
Computer Programming - can anyone give me site about programming I need a sample...

For Further Reading

Search
Members
Community