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 long to learn object oriented programming?
What is and I oop mean?
What are properties in oop?
Can static class have constructor?
What is new keyword in oops?
What are objects in oop?
What is pointer in oop?
What is advantage of inheritance?
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?
Why is abstraction used?
What is encapsulation in oop?
How many human genes are polymorphic?
What is interface in oop?
What is the use of oops?
How can you overcome the diamond problem in inheritance?