Answer Posted / divyaja
Polymorphism is a greek word.'Poly' means many.'Morphism'
means programs.'Polymorphism' many programs.That means by
calling many forms or many programs using one interface.By
using polymorphism we can achieve overloading and overriding.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is it possible for a member function to delete the pointer, named this?
What is the purpose of extern storage specifier?
What are virtual constructors/destructors?
What is a modifier in c++?
Comment on c++ standard exceptions?
What is the operator in c++?
Are strings immutable in c++?
What are 2 ways of exporting a function from a dll?
Is c++ still in demand?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
Explain what are the sizes and ranges of the basic c++ data types?
Is recursion allowed in inline functions?
What are c++ variables?
What is auto used for in c++?
In c++, what is the difference between method overloading and method overriding?