What is polymorphism in oops?



What is polymorphism in oops?..

Answer / 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

More OOPS Interview Questions

What is the difference between XML Web Services using ASMX and .NET Remoting using SOAP?

1 Answers  


How compiler selects(internally) required overridden function in inheritance?

2 Answers   CSC, Infinite Computer Solutions,


Why multiple inheritance is not allowed?

0 Answers  


How is the using() pattern useful? What is IDisposable? How does it support deterministic finalization?

1 Answers   IntraLogic,


What is the default size allocated for array in the statement if size not specified " int a[] "

4 Answers   CTS,


C#.net Interview Question A=10 B=5 C=A+B Print C The above will be given in a multiline textbox. You need to parse the above input, store values for A,B&c. And you have to display the value of C.

1 Answers   Syncfusion,


What is Dynamic Polymorphism?

13 Answers  


can you give real time example for polymarphism

5 Answers   TCS,


Contrast OOP and SOA. What are tenets of each?

1 Answers   Siebel Systems, Wipro,


how many types of notations are in java

1 Answers   National University of Modern Languages (NUML),


What is multidimensional array?

1 Answers  


WAP to generate 2n+1 lines of the following pattern on the computer screen:

2 Answers  


Categories