Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please dont copy and please no complexed answer keep it simple thank you this is the whole question I don't understand what's you need ?

Please dont copy and please no complexed answer keep it simple thank you

image text in transcribed
image text in transcribed
this is the whole question I don't understand what's you need ? image text in transcribed
image text in transcribed
image text in transcribed
nces Mailings Review View Help Learning Outcome(s): L01 Question One 2.5 Marks ) Instructors: Outline concepts such as inheritance, polymorphism and reusability with special emphasis on object oriented programming Write a java program that make use of the following interfaces and classes to display the steps one should follow to prepare tea, coffee, and warm milk. Classes: 1- A class called 'Tea' to prepare tea. 2- A class called "Coffee' to prepare coffee. 3- A class called "WarmMilk' to prepare warm milk. Interfaces: 1- 'Pot' has void FillPot(); method signature. 2- 'Stove' has void PutOnStove(); method signature. 3- "Cup' has void Pour IntoCup(); method signature. 4. 'Boil' has void Boilpot(); method signature. 5. "HeatWithoutBoil' has void JustHeat(); method signature. To prepare tea or coffee, one should make sure that cold water and tea or coffee is mixed into the pot, boiled, and then it should be poured in cup. To prepare warm milk, one should pour cold milk into a pot, heat the milk without reaching its boiling point. Then, pour the milk in a cup Make sure that you only use the interfaces that are appropriate for each class. For example, the 'Tea' class will only implement pot, stove, cup, boil interfaces gs Review View Help Learning Outcome(s): L01 Ques Write a ja display th Classes: Instructors: Outline concepts such as inheritance, polymorphism and reusability with special emphasis on object oriented programming 1- A class 2- A class 3- A class o Interfaces: 1- 'Pot' ! 2- 'Stove 3- 'Cup' 4- 'Boil' h 5- 'Heath Question One Use a tester class to print the following output: -To prepare tea, use the following steps: Fill up the pot with cold water and Tea. place the pot on top of the stove. Bring the pot to boil. Pour the tea from the pot into the cup and enjoy your drink. -To prepare coffee, use the following steps: Fill up the pot with cold water and Coffee. Place the pot on top of the stove. Bring the pot to boil. Pour the coffee from the pot into the cup and enjoy your drink -To prepare warm milk, use the following steps: Fill up the pot with cold milk. Place the pot on top of the stove. Heat the pot without reaching the boiling point. Pour the warm milk from the pot into the cup and enjoy your drink

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Flash XML Applications Use AS2 And AS3 To Create Photo Galleries Menus And Databases

Authors: Joachim Schnier

1st Edition

0240809173, 978-0240809175

More Books

Students also viewed these Databases questions

Question

How do Excel Pivot Tables handle data from non OLAP databases?

Answered: 1 week ago