What is polymorphism ? Explain with examples

Answer Posted / nisha

Polymorphism means one name,many properties.Example of
polymorphism is function overloading whare we can have many
functions with same name but having different properties
like the number of arguments in the function header.

Is This Answer Correct ?    43 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write knight tour problem which is present in datastructure

2168


What is polymorphism give a real life example?

565


How Do you Code Composition and Aggregation in C++ ?

24205


can inline function declare in private part of class?

3663


How is polymorphism achieved?

587






What is polymorphism in oops with example?

533


Give two or more real cenario of virtual function and vertual object

1858


What is cohesion in oop?

624


What are properties in oop?

613


write a program to find 2^n+1 ?

1555


What is oops and its features?

592


if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?

2764


What is advantage of inheritance?

693


What is destructor example?

602


What are the three main types of variables?

603