Task #1. Simple figuresI point.You must create a set of classes for the domain area of simple geometric figures. There are Point, Line and Circle
+II pointsAll geometric figures should have methods for Move and Rotate. Methods implementation for each figure is required.
+III pointsThere is an additional figure named Aggregation and it may contain random number of random figures, for example 2Points and a Circle, or 5 Lines and a Point. When Aggregation moves all its figures move the same way. WhenAggregation rotates all its figures rotate the same way. Write down the Aggregation implementation including the classdefinition and all methods.
Total available points 6
can use any suitable programming language
Task #1. Simple figures I point. You must create a set of classes for the domain area of simple geometric figures. There
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am