-Polymorphism means having many forms. A base class handle can invoke methods of its Derived class which has the same name. Hence, an object can take many forms. -As we know, the derived class object ...