What is polymorphism ? Explain with examples
Answer Posted / selvi
Polymorphism means one in many forms.It describes a method
in different characteristics. A method gets differentiated
by its Function signature. Function signatures are
datatypes, Number of parameters used in method. For
example, a method called Calculation has different
character such as add, sub, mul, div, etc.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
State what is encapsulation and friend function?
What is a class and object?
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 pure oop?
what is difference between class template and template class?
What is the fundamental idea of oop?
Why do we use class?
program for insertion ,deletion,sorting in double link list
Explain the advantages of inheritance.
What is polymorphism in oops with example?
How long to learn object oriented programming?
What is polymorphism used for?
what are the realtime excercises in C++?
Why is destructor used?
what is graphics