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
What is data binding in oops?
What are the advantages of polymorphism?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
write a C++ program for booking using constructor and destructor.
What are the components of marker interface?
Is react oop?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is solid in oops?
What is the point of oop?
What are properties in oop?
Why oops is important?
Is enum a class?
Why is there no multiple inheritance?
What is class encapsulation?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?