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
What is enum class in c++?
describe private access specifiers?
What is stoi in c++?
What is ios class in c++?
What is insertion sorting?
What is implicit pointer in c++?
What is while loops?
What is the full form of stl in c++?
What is implicit conversion/coercion in c++?
Explain the problem with overriding functions
What are punctuators in c++?
What is prototype for that c string function?
What is a dynamic binding in c++?
Explain what are mutator methods in c++?
What is object in c++ wikipedia?