Please Help me

i need to write

class in java named Hotels with 5 abstract functions named SingleRoom, Suite, Lunch, Dinner, Breakfast. Make another class named PearlContinental that inherits from this class in which these abstract functions are implemented. In the implementation of the functions, you simply display the following string:

In function SingleRoom display the following text:
The rate of single room in PC is 235$.
In function Suite display the following text:
The rate of suite in PC is 500$.
In function Lunch display the following text:
The rate of lunch in PC is 100$.
[613 byte] By [vickysosad] at [2007-11-20 8:28:01]
# 1 Re: Please Help me
Sounds like homework...please see link in my signature below...
TheCPUWizard at 2007-11-10 2:15:24 >
# 2 Re: Please Help me
i need to write I wish you much luck in writing it.

class in java named Hotels with 5 abstract functions named SingleRoom, Suite, Lunch, Dinner, Breakfast. Make another class named PearlContinental that inherits from this class in which these abstract functions are implemented. In the implementation of the functions, you simply display the following string:

In function SingleRoom display the following text:
The rate of single room in PC is 235$.
In function Suite display the following text:
The rate of suite in PC is 500$.
In function Lunch display the following text:
The rate of lunch in PC is 100$.Nowhere do I see a specific question.
petes1234 at 2007-11-10 2:16:24 >