Answer Posted / sangita patel
Polymorphism means one name multiple form.
It is implemented using overloaded function and operators.
Its is of two types
1) compile time polymorphism(function overloding
2) run time ploymorphism
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is the difference between equal to (==) and assignment operator (=)?
What is the use of dot in c++?
Which operator cannot be overloaded c++?
What are c++ templates used for?
In a function declaration, what does extern mean?
Does c++ have a hash table?
Tell me an example where stacks are useful?
what are function pointers?
Should I learn c or c++ or c#?
Is c++ slower than c?
What are the types of container classes?
How can I improve my c++ skills?
What is the use of turbo c++?
What is the use of structure in c++?
What is the function to call to turn an ascii string into a long?