Question: Please Help me with this Java Assignment (Composition) and capture the codes please #Java Question 1: 1. Create a new project in Eclipse (File >New

Please Help me with this Java Assignment (Composition) and capture the codes please #Java
Question 1: 1. Create a new project in Eclipse (File >New >Java Project.) Name it Homework201 2. Create a package for your classes 3. Create a class that "has" another class (Composition) 4. Both classes need to have private fields and appropriate getters and setters 5. Create a runner that: a. Sets the fields you specified in step 4 either via both a constructor and via setters b. Prints the fields in both classes c. Changes at least one field in each class and prints the new values 6. Be Creative! Avoid classes such as SoccerMatch, BankAccount, Fruits and Oranges
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
