Lab :Polymorphism
Open your solution from the inheritance lab
Make calcval() a virtual function in circle
In the
driver program
create a pointer to a base class object and have it "point" to objects of each class.
In the
solution