What is method Overloading in the perspective of OOPS?
Answer Posted / aruna
Two or more methods in the same class having same method
name with different parameters may or may not have same
return type is called method overloading
| Is This Answer Correct ? | 23 Yes | 0 No |
Post New Answer View All Answers
How variables are stored in memory?
What is a jagged array in java?
What are the application of stack?
What is re-factoring in software?
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
What is isa relationship?
Why put method is used?
What is an object in java and how is it created?
What is Java Reflection API? Why it’s so important to have?
Can you access the private method from outside the class?
How do I enable java in safari?
Can we override a variable in java?
What is nullpointerexception?
Can we restart a dead thread in java?
Describe the syntax of multiple inheritance? When do we use such an inheritance?