Write Abstract Data Type (ADT), class implementation and Demonstration classes (Like in the sample triangle example) for the following objects:
a) Square
b) Circle
c) Student
Write the get and set methods for the above classes with appropriate parameters/arguments.
Create a separate class to...