Identify attributes and methods of the classes


Problem

Draw UML Class Diagram which has all the assignment task specifications in the Diagram. UML should include all the elements of the game.

Work Plan - Draw UML Class Diagram

To complete the first part of this assignment, you will need to perform the following steps:

i. Read the assignment specification carefully.

ii. Review the relationships between classes in a UML class diagram: inheritance, association, aggregation, and composition.

iii. Identify which classes are necessary to capture the requirements.

iv. Identify attributes and methods of those classes. Specify visibility for them and data types for each method's attributes, parameters and return value.

v. Identify relationships between classes and add cardinalities and labels to the relationship where applicable.

vi. Revisit all classes and see if you can use inheritance to minimize code duplication.

vii. If you have an abstract class, then make sure you set its name in italic.

viii. May add annotations to classes if it helps you later with the implementation (e.g., responsibilities of classes).

We must include at least 8 classes including the AllThatDice class. Method Parameters must be included.

Request for Solution File

Ask an Expert for Answer!!
Database Management System: Identify attributes and methods of the classes
Reference No:- TGS03225604

Expected delivery within 24 Hours