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

How do you define/declare constants in c++?

0 Answers  


What is enum c++?

0 Answers  


Differentiate between a template class and class template in c++?

0 Answers  


Is atoi safe?

0 Answers  


Can you pass an array to a function in c++?

0 Answers  






Who calls main function?

0 Answers  


What is the stack?

5 Answers   IBM, ICICI,


Is there structure in c++?

0 Answers  


What is a catch statement?

0 Answers  


Can turbo c++ run c program?

0 Answers  


Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---

0 Answers  


What is rtti in c++?

0 Answers  


Categories