Question: I need help with this please make sure you read the direction and restriction on the picture. I also need a data file, UML diagram
Part 1 - 10 points NOTE: You MAY NOT use arrays, ArrayLists or any other data structure for this assignment. You may not use String.split() for this assignment Create a Java class of your own design. draw the UML class diagram for your class o this class will have at least 3 attributes o this class will have setters/mutators if you decide that your objects are "mutable" this class will include getters/accessors for all attributes . the 3 constructors that we've talked about in class (default, copy, the overloaded constructor that allows all attributes to be passed in) .toStringo equals() Create a "driver" for your application your application will: create a minimum of 3 objects of your class . read the data for your objects from a data file display the 3 objects by using the toString
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
