Answer Posted / anil
polymorphism means implementing different functionality's
with the same name and different type of arguments and
different number of parameters.We can achieve polymorphism
using function overloading and function overriding.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is polymorphism oop?
Can we create object of interface?
What is overriding in oops?
What is encapsulation process?
What is meant by multiple inheritance?
What is polymorphism explain its types?
#include
How to hide the base class functionality in Inheritance?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is debug class?what is trace class? What differences are between them? With examples.
What is the difference between a mixin and inheritance?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is difference between oop and pop?
What is and I oop mean?