What are different types of polymorphism supported by C++
Answer Posted / 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 View All Answers
Explain the purpose of the keyword volatile.
What is #include iomanip?
What is a pdb file?
What is the difference between *p++ and (*p)++ ?
Is c++ a float?
What is the use of vtable?
Is c++ platform dependent?
What is c++ used for in games?
What is an iterator class in c++?
What is the difference between #import and #include?
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
How do you add an element to a set in c++?
what is Loop function? What are different types of Loops?
What is object in c++ example?
What is array give example?