Search for question
Question

Write a program that consists of a superclass called Shape. The class has private data called

color. Class Shape should have its own constructor which will set the default color to red. The

class also contains the setter and getter functions, functions find_area(), find_volume(), and a

display() function which will print the color information. Functions find_area() and

find volume() should be set as an abstract functions.