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 meant by Byte code concept in Java?
What is a stringbuffer?
Can java arraylist hold different types?
What are the features in java?
Can we write a class without main method in java?
What is an inner class in java?
Differentiate between stringbuffer and string?
Why do we use regex?
Difference between string s= new string (); and string s = "abv";?
What is palindrome in java?
How do you do absolute value in java?
What do you understand by the term string pool?
What is high level language in computer?
What is generic class?
What do you mean by of string::valueof expression in java 8?