Home » Archives for October 25th, 2009
Polymorphism
Polymorphism:
Polymorphism is another most important feature of Object Oriented Programming. In polymorphism, the member functions with the same name are defined in each derived class and also in the base class. Polymorphism is used to keep the interface of base class to its derived classes.
Poly means many and morphism means form. Polymorphism, therefore,...