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
Why do we need autoboxing in java?
How to reverse a string in java?
How would you format a date in java? I.e. In the ddmmyyy format?
What is the difference between array and array list in java?
What is gc()?
What must a class do to implement an interface in java programming?
Can we clone singleton object in java?
Explain about field hiding in java?
What is the use of singleton class?
What are the disadvantages of object oriented programming?
How can we make a class singleton?
What is r in java?
What will be the default values of all the elements of an array defined as an instance variable?
What is hash code collision?
In which language java is written?