What is method Overloading in the perspective of OOPS?
Answer Posted / vasu
in Method Overloading only Methodname,Arguments consider
Ex:-
one(int a,float e){
}
one(float r,int q){
}
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between an object-oriented programming language and object-based programming language?
What is "this" keyword in java? Explain
What is a private class in java?
Is java still relevant?
Why do we use variables?
What are the two basic ways in which classes that can be run as threads may be defined?
How are this() and super() used with constructors in java programming?
What is an eror in java?
What is difference between array and vector?
Is the milky way in a void?
What is the purpose of the file class in java programming?
What is the use of protected in java?
What is difference between final and immutable?
Explain what is Marker interface?
Do you know why doesn't the java library use a randomized version of quicksort?