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
What is an accessor?
What the difference is between execute, execute Query, execute Update?
Can I learn java without any programming experience?
What do you mean by local class?
What are the advantages of inner classes?
What is the null?
What is meant by attribute?
what is inner class in java?
What do you mean by constructor?
How to implement a multithreaded applet?
What is the advantage of functional interface in java 8?
What is a void method java?
How will you add panel to a frame?
Can the garbage collection be forced by any means?
What does .equals do in java?