What is polymorphism ? Explain with examples

Answer Posted / ashok kumar

polymorphism means many forms,greekword-poly-many fuction
overloding,fuction overloding,operator overloding.
ex->'+'
this opertor can be overloaded to add strings
(concatenation)or sets(union)and so on. functions also can
be overloaded as show in the next sectin.the
terms 'Overloading'and 'polymorphism' are used
interchangeablely.

Is This Answer Correct ?    10 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why we use classes in oop?

593


What is meant by oops concept?

618


what is graphics

2022


What does enum stand for?

618


What is the real time example of encapsulation?

602






What is super in oop?

602


• What are the desirable attributes for memory managment?

1734


What is class encapsulation?

616


What is new keyword in oops?

601


What is the difference between procedural programming and oops?

568


what is the sylabus for priliminaries?

1698


write a program to find 2 power of a 5digit number with out using big int and exponent ?

1903


What is polymorphism explain?

702


How to call a non virtual function in the derived class by using base class pointer

5289


How to use CMutex, CSemaphore in VC++ MFC

4340