Answer Posted / padmas
If the class is designed in such a way that the methods with same and with different parameters provided then the depending the input values each method gets executed as per the input provided and gives the appropriate output as given in each different method though has same name of the method in that class. Poly means many with similar, ..Having multiple input will get multiple methods gets multiple output, as given accordingly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to improve object oriented design skills?
What is inheritance in oop?
Is this job good for future? can do this job post grduate student?
program for insertion ,deletion,sorting in double link list
Can you explain polymorphism?
what is graphics
What is pointer in oop?
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 abstraction encapsulation?
c++ program to swap the objects of two different classes
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< Why is polymorphism needed? What are the three parts of a simple empty class? Why multiple inheritance is not possible? What is an interface in oop?