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
Why do pointers exist?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is the difference between static polymorphism and dynamic polymorphism?
What is use of overloading?
When not to use object oriented programming?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What is abstraction in oop with example?
What are the 3 pillars of oop?
How do you achieve runtime polymorphism?
What is the highest level of cohesion?
What is cohesion in oop?
write a program that takes input in digits and display the result in words from 1 to 1000
What is polymorphism explain its types?
What is a class and object?
State what is encapsulation and friend function?