Polymorphism means that some code or operations or objects behave differently in different contexts. It is the art of taking advantage of this simple but powerful and versatile feature. Where, dynamic or runtime polymorphism means that same behavior are generated when program is running.
Click here for Dynamic Polymorphism example in C++
Comments
Post a Comment