What is method Overloading in the perspective of OOPS?
Answer Posted / anand
mathods having same name but different signature in same
class known as method overloading
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
What is meant by overloading?
What are methods?
What do you understand by casting in java language?
What is yield () in java?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
How finally used under exception handling?
What is the meaning of immutable regarding string?
Can java object be locked down for exclusive use by a given thread?
What is a java lambda expression?
What’s the difference between applets and standalone program?
Can you change array size in java?
How do you define a singleton class?
Explain the difference between abstract class and interface in java?
How do you replace all in word?
What are the changes in java.io in java 8 ?