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 ? | 21 Yes | 3 No |
Post New Answer View All Answers
What is c++ vb?
Why namespace is used in c++?
Is c++ a low level language?
How is data hiding achieved in c++?
What do you mean by a template?
What is c++ 11 and c++ 14?
Why was c++ created?
What is the main purpose of c++?
What is ctime c++?
What is atoi?
Explain about templates of C++.
What are dynamic type checking?
Should I learn c++ c?
What is increment operator in c++?
What is bubble sort c++?