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 static class data?

0 Answers  


Can you please explain the difference between static and dynamic binding of functions?

0 Answers  


How much is size of struct having 1 char & 1 integer?

11 Answers   Persistent,


write a C++ programming :if the no is between 32 to 50 it will be odd.

3 Answers   NIIT,


What is size of null class?

6 Answers   HP,






In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h

0 Answers  


What is the difference between strcpy() and strncpy()?

0 Answers  


What are the stages in the development cycle?

0 Answers  


Implement strcmp

3 Answers   Bloomberg, Citadel,


Explain the scope of resolution operator.

0 Answers  


What are structures and unions?

0 Answers  


What are virtual functions and what is its use?

1 Answers  


Categories