What are different types of polymorphism supported by C++
Answer Posted / 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 |
Post New Answer View All Answers
Will a catch statement catch a derived exception if it is looking for the base class?
Is facebook written in c++?
What information can an exception contain?
Why is c++ not purely object oriented?
What is private inheritance?
Is c++ a high level language?
What is the role of C++ shorthand's?
What is the error in the code below and how should it be corrected?
Which ide is best for c++?
Can I make ios apps with c++?
What do you mean by volatile and mutable keywords used in c++?
Can non-public members of another instance of the class be retrieved by the method of the same class?
What is one dimensional array in c++?
Which software is best for coding?
What is constructor in C++?