Friday, May 1, 2009

POLYMORPHISM

Introduction


Polymorphism is another important of “Object Oriented Programming” Concept Polymorphism this word derived from Latin language. In Latin “Poly” means many and “Morphism” , means functions. Polymorphism means the ability to take more than one form . In C++ we can use same function name different argument it is called function overloading. In C++ polymorphism can implemented in two ways.

1. Function Overloading

2. Operator Overloading

No comments:

Post a Comment