Question
Please I want my own proof Because I do not have any programs related to Java That is why I want a special answer and
Please I want my own proof Because I do not have any programs related to Java That is why I want a special answer and a screen shot of my product
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:
- Pot has void FillPot(); method signature.
- Stove has void PutOnStove(); method signature.
- Cup has void PourIntoCup();method signature.
- Boil has void BoilPot(); method signature.
- 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.
Type or paste question here
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started