Chapter 7: Problem 1
Create an abstract class Breakfast with two abstract methods checkCarb () , and checkNutrients(). If carb count is less than 200 , breakfast is healthy. If it contains all nutrients such as vitamins, minerals etc, breakfast is healthy. Create three sub classes Indian, Mediterranean and Chinese and all subclasses should override the two abstract methods by providing appropriate implementations. Create a public class that will create objects of these three breakfast implementations, and call implementation methods.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.