Every summer, Leeland Lakeside Resort rents cabins by the week. 1. Create a new java project named Ch10bEX. 2. Create a class named CabinRental a) Include an integer field for the cabin number b) Include an integer field for the weekly rental rate c) Define final and static CONSTANTS for weekly rates of $950 and $1100. d) Include a constructor that requires an integer argument representing the cabin number only. e) The constructor sets weekly rate based on the cabin number; cabins numbered 1, 2, and 3 are $950 per week, and others are $1,100 per week. Use CONSTANTS for these rates. Add this logic to the constructor. f) Includes get (used for printing) and set methods for each private data field. g) Includes a display method to produce the cabin console output line. Add logic and use getters to print instance data. 3. Create an extended class named HolidayCabinRental that is used for rentals during weeks that include summer holiday weekends. a) Define a final and static CONSTANT for the surcharge amount of $150 b) The constructor for this class requires a cabin number (use the superclass constructor to set instance data field for the cabin number - use the super keyword.

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter11: More Object-oriented Programming Concepts
Section: Chapter Questions
Problem 5PE
icon
Related questions
Question
Every summer, Leeland Lakeside Resort rents cabins by the week.
1. Create a new java project named CH106EX.
2. Create a class named CabinRental
a) Include an integer field for the cabin number
b) Include an integer field for the weekly rental rate
c) Define final and static CONSTANTS for weekly rates of $950 and $1100.
d) Include a constructor that requires an integer argument representing the cabin number only.
e) The constructor sets weekly rate based on the cabin number; cabins numbered 1, 2, and 3 are $950 per
week, and others are $1,100 per week. Use CONSTANTS for these rates. Add this logic to the constructor.
f) Includes get (used for printing) and set methods for each private data field.
g) Includes a display method to produce the cabin console output line. Add logic and use getters to print
instance data.
3. Create an extended class named HolidayCabinRental that is used for rentals during weeks that include summer
holiday weekends.
a) Define a final and static CONSTANT for the surcharge amount of $150
b) The constructor for this class requires a cabin number (use the superclass constructor to set instance data
field
for the cabin number - use the super keyword.
c) The constructor adds the surcharge CONSTANT to the stored private data field regular cabin rental rate.
Call the set method to update the instance attribute for rate (Hint: use this reference).
d) The HolidayCabinRental class, will override the display method of the CabinRental class to produce the
holiday console output line. Add logic and use getters to print instance data.
4. Write a driver program named DemoCabinRental that creates 2 objects for each class (alternate passing 2 and 4
as arguments to each). No user prompts: instantiate objects passing the cabin number to the constructor.
5. Demonstrate that methods work correctly. Save the files as CabinRental.java, HolidayCabinRental.java, and
DemoCabinRental.iava.
Expected Output
Low cabin #2 rate is $950
High cabin #4 rate is $1100
Low holiday #2 rate is $1100
High holiday #4 rate is $1250
Transcribed Image Text:Every summer, Leeland Lakeside Resort rents cabins by the week. 1. Create a new java project named CH106EX. 2. Create a class named CabinRental a) Include an integer field for the cabin number b) Include an integer field for the weekly rental rate c) Define final and static CONSTANTS for weekly rates of $950 and $1100. d) Include a constructor that requires an integer argument representing the cabin number only. e) The constructor sets weekly rate based on the cabin number; cabins numbered 1, 2, and 3 are $950 per week, and others are $1,100 per week. Use CONSTANTS for these rates. Add this logic to the constructor. f) Includes get (used for printing) and set methods for each private data field. g) Includes a display method to produce the cabin console output line. Add logic and use getters to print instance data. 3. Create an extended class named HolidayCabinRental that is used for rentals during weeks that include summer holiday weekends. a) Define a final and static CONSTANT for the surcharge amount of $150 b) The constructor for this class requires a cabin number (use the superclass constructor to set instance data field for the cabin number - use the super keyword. c) The constructor adds the surcharge CONSTANT to the stored private data field regular cabin rental rate. Call the set method to update the instance attribute for rate (Hint: use this reference). d) The HolidayCabinRental class, will override the display method of the CabinRental class to produce the holiday console output line. Add logic and use getters to print instance data. 4. Write a driver program named DemoCabinRental that creates 2 objects for each class (alternate passing 2 and 4 as arguments to each). No user prompts: instantiate objects passing the cabin number to the constructor. 5. Demonstrate that methods work correctly. Save the files as CabinRental.java, HolidayCabinRental.java, and DemoCabinRental.iava. Expected Output Low cabin #2 rate is $950 High cabin #4 rate is $1100 Low holiday #2 rate is $1100 High holiday #4 rate is $1250
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 6 steps with 4 images

Blurred answer
Knowledge Booster
Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,