What are different types of polymorphism supported by C++

Answers were Sorted based on User's Feedback



What are different types of polymorphism supported by C++..

Answer / 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

What are different types of polymorphism supported by C++..

Answer / minakshi

runtime polymorphism
1.function overloading
2,operator overloading
compile time
1.virtual function

Is This Answer Correct ?    7 Yes 18 No

Post New Answer

More C++ General Interview Questions

What is c++ hash?

0 Answers  


Explain about Virtual Function in C++?

0 Answers  


What is the importance of mutable keyword?

0 Answers  


What is Virtual Inheritance?

7 Answers   Amazon, Wipro,


Should I learn c++ c?

0 Answers  






What is the output of the following program? Why?

0 Answers  


Is c++ high level programming language?

0 Answers  


Define virtual constructor.

0 Answers  


What is the difference between equal to (==) and assignment operator (=)?

0 Answers  


What is encapsulation in c++ with example?

0 Answers  


Explain polymorphism?

0 Answers  


What are iterators in c++?

0 Answers  


Categories