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

i have given a project to create examination seating plan system in c++. so can anyone send me the answer of this question quickly??????

1 Answers  


how many rounds and wt type of questios ask in the written test for first round 2. tech. round 3. and futher rounds

0 Answers   Thought Works,


what is data encapsulation in C++?

0 Answers  


How would you use the functions randomize() and random()?

0 Answers  


What are the four partitions in which c++ compiler divides the ram?

0 Answers  






What are enumerations?

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;

0 Answers  


Explain what data encapsulation is in c++?

0 Answers  


How const functions will be treated by compiler?

3 Answers   Symphony,


why and when we can declar member fuction as a private in the class?

0 Answers  


What apps are written in c++?

0 Answers  


why v use c++ even we have microprocessor

2 Answers   CybAge,


Categories