What are different types of polymorphism supported by C++
Answers were Sorted based on User's Feedback
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 |
Answer / minakshi
runtime polymorphism
1.function overloading
2,operator overloading
compile time
1.virtual function
Is This Answer Correct ? | 7 Yes | 18 No |
What is c++ hash?
Explain about Virtual Function in C++?
What is the importance of mutable keyword?
What is Virtual Inheritance?
Should I learn c++ c?
What is the output of the following program? Why?
Is c++ high level programming language?
Define virtual constructor.
What is the difference between equal to (==) and assignment operator (=)?
What is encapsulation in c++ with example?
Explain polymorphism?
What are iterators in c++?