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 searching?
Will rust take over c++?
What is an object in c++?
What is a binary file? List the merits and demerits of the binary file usagein C++.
What are different types of loops in c++?
Difference between delete and free.
What is an orthogonal base class in c++?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
Show the declaration for a static function pointer.
Describe the syntax of single inheritance in C++?
Which operator cannot overload?
Explain virtual class and friend class.
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
What is virtual destructor? What is its use?
What do you mean by late binding?