Polymorphism is made from two words POLY+MORPHISM which means more the one form. In C++ polymorphism is implemented by overloading a function or an operator. In Function Overloading a single function name is used to perform different tasks.
Showing posts with label abstract. Show all posts
Showing posts with label abstract. Show all posts
January 31, 2013
Polymorphism in C++ (OOPs)
Polymorphism is made from two words POLY+MORPHISM which means more the one form. In C++ polymorphism is implemented by overloading a function or an operator. In Function Overloading a single function name is used to perform different tasks.
Subscribe to:
Posts (Atom)