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 meaning of isa and hsa
How many storage classes are available in C++?
What is a concrete class?
What are the 4 types of library?
Is turbo c++ free?
What is an inline function in c++?
Write a program which uses functions like strcmp(), strcpy()? etc
Can you overload the operator+ for short integers?
Explain "passing by value", "passing by pointer" and "passing by reference" ?
How is objective c different from c++?
Should I learn c or c++ first?
What's the most powerful programming language?