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 an accessor in c++?
What is a storage class?
What is the use of setprecision in c++?
What is nested class in c++?
What gives the current position of the put pointer?
When the design recommends static functions?
You run a shell on unix system. How would you tell which shell are you running?
What is a singleton class c++?
Can class objects be passed as function arguments?
What is exception handling in C++?
What is the use of c++ programming language in real life?
Is c++ pass by reference or value?