Question: Instructions: Using both the attached document and the examples given in the attached Chapter 8 section 8 . 7 for both the UML diagram and

Instructions:
Using both the attached document and the examples given in the attached Chapter 8 section 8.7 for both the UML diagram and Java code for the Instructor Class, Textbook Class, Course Class and CourseDemo, create an Aggregation for a Football Team.
Your Aggregation should include the following:
1. Football Team Class
2. Football Players Class
3. Coaches Class
4. Football Team Demo Program that does the following:
- Printout a Team Roster consisting of 22 Players (Firstname, Lastname, Position)
- The Team Name should be at the top of the Output
- Output a list of Coaches (Firstname, Lastname, Title) including Head Coach, Assistant Coach, Offensive Coordinator and Defensive Coordinator.
5. Use Parallel Arrays to hold the list of Players (Array for Name)+(Array for Position)
6. Use Parallel Arrays to hold the list of Coaches (Array for Name)+(Array for Title)
7. Your Driver/Demo Program must create instances of each of your Classes and utilize the methods and attributes located within them in some way.
Deliverables:
1. Include your Football Team Class, Player Class, Coach Class and Driver file.
2. Include a Screenshot of your output.
Your output should look like this example.
Instructions: Using both the attached document

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 Programming Questions!