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 the purpose of an interface?
Why enumeration is faster than iterator?
What do you understand by a Static Variable?
What is an example of a constant variable?
Is zero a natural number?
What is identifier with example?
How a variable is stored in memory?
What’s meant by anonymous class?
what is the purpose of "virtual"?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
How will you reverse a singly-link list?
If two threads have same priority which thread will be executed first ?
What methodology can be employed to locate substrings inside a string?
Why is stringbuffer not immutable?
What is a consumer in java?