What are different types of polymorphism supported by C++

Answer Posted / ammu

polymorphism occurs in 2 levels one at compile time and
another at run time
compile time polymorphism includes function overloading and
operator overloading
run time polymorphism includes virtual function

Is This Answer Correct ?    22 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is std :: string immutable?

565


Explain overriding.

608


What is the best it certification?

586


Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?

749


Why c++ is called oop?

598






How are the features of c++ different from c?

596


What is the use of bit fields in structure declaration?

544


Write about a nested class and mention its use?

630


Can I make ios apps with c++?

562


What is namespace & why it is used in c++?

610


What is the difference between while and do while loop?

558


What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?

622


What are the rules for naming an identifier?

563


What is the need of a destructor?

638


What is flag in computer?

608