Description
Submission Format
Assignment
Problems
Implement the classes: Burger, Sub, Subway, and Wendys. Burger and Sub will be subclasses of the class Food. Subway and Wendys will be subclasses of the class Restaurant. The details of the classes in included in the UML diagram found in UML_Diagram.pdf.
All four classes you implement will be included within the file HW6.java, therefore you will not make any of these classes public. Recall, if a class is declared to be public, it must have the same name as the file. Since you will be submitted all four classes in the same file (HW6.java), none of the classes will be public.
To assist in your implementation, I am implementing the other classes defined in UML_Diagram.pdf and will be posting them soon.
Reviews
There are no reviews yet.