Question: Task 3: Understanding Association and describing Classes (8pt) Study the following UML model. Point Polygon Circle Point[] Vertices Point Center radius Style Color Is Filled

Task 3: Understanding Association and describing Classes (8pt) Study the following UML model. Point Polygon Circle Point[] Vertices Point Center radius Style Color Is Filled LineStyle . 1. Assign an appropriate multiplicity to all the relationships --- both the source and the target ends --- in the above model. (2pt) 2. In this model, can a polygon and a circle share a point? For example, can an instance of point be simultaneously a vertex of a polygon and the center of a circle? Explain your answer.(3pt) 3. Write pseudo-code for class Polygon. This should include at the minimum level, data members, functions with signatures (3pt) Task 3: Understanding Association and describing Classes (8pt) Study the following UML model. Point Polygon Circle Point[] Vertices Point Center radius Style Color Is Filled LineStyle . 1. Assign an appropriate multiplicity to all the relationships --- both the source and the target ends --- in the above model. (2pt) 2. In this model, can a polygon and a circle share a point? For example, can an instance of point be simultaneously a vertex of a polygon and the center of a circle? Explain your answer.(3pt) 3. Write pseudo-code for class Polygon. This should include at the minimum level, data members, functions with signatures (3pt)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
