Draw a UML Class Diagram representing the following elements from the problem domain for a soccer league. A soccer league is made up of at least four soccer teams. Each soccer team is composed of seven(7) to eleven(11) players, and one player captains the team. A team has a name and a record of wins and losses. Players have a number and a position. Soccer teams play games against each other. Each game has a score and a location. Teams are sometimes lead by a coach. A coach has a level of accreditation and a number of years of experience, and can coach multiple teams. Coaches and players are people, and people have names and addresses. Draw a class diagram for this information, and be sure to label all associations with appropriate multiplicities All collections must be shown as arrays. Carry out an initial object-oriented design for the above specification, in which you should identify and show in a UML diagram:
IN C#(OOP)
Draw a UML Class Diagram representing the following elements from the problem domain for a soccer league.
A soccer league is made up of at least four soccer teams. Each soccer team is composed of seven(7) to eleven(11) players, and one player captains the team.
A team has a name and a record of wins and losses. Players have a number and a position.
Soccer teams play games against each other. Each game has a score and a location.
Teams are sometimes lead by a coach. A coach has a level of accreditation and a number of years of experience, and can coach multiple teams.
Coaches and players are people, and people have names and addresses.
Draw a class diagram for this information, and be sure to label all associations with appropriate multiplicities
All collections must be shown as arrays.
Carry out an initial object-oriented design for the above specification, in which you should identify and show in a UML diagram:
• Classes that you think will be required.
• Their attributes and behaviours
• Any aggregation relationships
• Any inheritance relationships you can identify
• Any other relationships between your classes
The UML Diagram should show all the information of the classes. No coordinator class is required.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 1 images