Inheritance and Polymorphism

In reply to MarshallX:

Using parent class handle we can access only the overridden virtual methods of child class. As the method super_A is not the overridden virtual method in child class we can not access it using parent handle.