You are on page 1of 1

Try to describe class according to individual task

with several fields, properties and almost one method.

1. Describe the class of objects EquilateralTriangle with possibility to calculate own Area.
Implement a method to display the parameters of the object.

2. Describe the class of objects RightTriangle, with values of catheti and implement property
Perimeter. Implement a method to display the parameters of the object.

3. Describe the class of objects RightTriangle with values of catheti and implement property
Area. Implement a method to display the parameters of the object.

4. Describe the class of objects RightTriangle with values of catheti and implement property
Perimeter. Implement a method to display the parameters of the object.

5. Describe the class of objects Square with value of side and implement property Area.
Implement a method to display the parameters of the object.

6. Describe the class of objects Square with value of side and implement property Perimeter.
Implement a method to display the parameters of the object.

7. Describe the class of objects Саr, with trademark (string) and method of moving. Implement a
method to display the parameters of the object.

8. Describe the class of objects Liquid, with property Name. Implement a method to display the
parameters of the object.

9. Describe the class of objects Man, with property Age. Implement a method to display the
parameters of the object.

You might also like