What is polymorphism in oops?
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 |
What is the difference between XML Web Services using ASMX and .NET Remoting using SOAP?
How compiler selects(internally) required overridden function in inheritance?
2 Answers CSC, Infinite Computer Solutions,
Why multiple inheritance is not allowed?
How is the using() pattern useful? What is IDisposable? How does it support deterministic finalization?
What is the default size allocated for array in the statement if size not specified " int a[] "
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.
What is Dynamic Polymorphism?
can you give real time example for polymarphism
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?
WAP to generate 2n+1 lines of the following pattern on the computer screen: