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
Are arrays primitive data types?
How is the marker interface used in Java?
What is hashset in java?
Why are arrays useful in java?
What is the biggest integer?
How do you input a string in java?
What’s the difference between applets and standalone program?
What is passed by reference and pass by value ?
Why we used break and continue statement in java?
Explain abstract class in java?
How do you change an int to a string?
Difference between string, string builder, and string buffer?
What is args length in java?
What is stringreader?
What is getkey () in java?