Lab :Polymorphism


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