Object Oriented Programming in Microsoft Visual Studio.

Microsoft Visual Studio Program

Try to describe class according to individual task with several fields, properties and almost one method.

1. Describe the class of objects Square with value of side and implement property area. Implement a method to display the parameters of the Object.

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

3.Describe the class of objects Equilateral Triangle with possibility to calculate own Area. Implement a method to display the parameters of the Object.

Tags: No tags