Question: Implement the FileManager . Methods in this class are static and the class has no properties. We will not create objects of this class, but

Implement the FileManager. Methods in this class are static and the class has no properties. We will not create objects of this class, but use its static methods. In UML diagrams, static methods (and static variables) are underlined. FileManager class has methods for reading different types of dishes (Entree, Side, Salad, Dessert) from different files. Each of these methods returns an ArrayList.

UML Diagram

FILE MANAGER

+readEntrees(fileName:String) : ArraryList

+readSides(fileName:String) : ArraryList

++readSalads(fileName:String) : ArraryList

+readDesserts(fileName:String) : ArraryList

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!