Recode the hotelroom class programming problem 4 section


Recode the HotelRoom class programming Problem 4, Section 10.3 as follows. Replace the string room number by a character array that stores a 3-character room number. Add the character pointer instance variable guest, which stores the name of the guest occupying the room. Replace the Get_Number ( ) method by the method Display_Number ( ), which displays the room number. Replace the four-argument constructor by a five-argument constructor in which the first argument is the room number, the second argument is the room capacity, the third argument is the room rate(defaulting to $89.00), the fourth argument is the guest name (defaulting to the NULL pointer), and the fifth argument is the occupancy status (defaulting to zero). Use dynamic memory allocation to reserve space for the guest name. Code a destructor that deallocates the space allocated by the constructor. The destructor should also display a message that it executed Recode the main ( ) that you wrote to include use of the constructor, destructor, and new display methods. Compile, execute, and test the resulting program.

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Recode the hotelroom class programming problem 4 section
Reference No:- TGS01586735

Now Priced at $20 (50% Discount)

Recommended (93%)

Rated (4.5/5)