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 a consumer in java?
What is parseint?
Define how does a try statement determine which catch clause should be used to handle an exception?
What is r in java?
Give some features of interface?
What is jvm? How its run?
What does this mean java?
What does null mean in java?
What are the differences between c++ and java?
Why arraylist is used in java?
Can we define static methods inside interface?
How will you get the platform dependent values like line separator, path separator, etc., ?
What is the difference between delete and delete[]
What do you mean by boolean?
what do you understand by synchronization? : Java thread