Loading

Exercise Number: 1

Q. Create an abstract class Shape with an abstract method area(). Then, create a subclass Circle that implements the area() method. Instantiate a Circle object and call area().