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
What is the purpose of main function in java?
What does those terms actually mean included in the j.d.k i.6?
What is thread synchronization in java?
What are synchronized methods and synchronized statements in java programming?
Convert Binary tree to linked list.
How a string is stored in memory?
What is the Scope of Static Variable?
What is the difference between method overriding and overloading?
if u open login & logout ,how can udisplay the timelogin & logout members ?
Can we restart a dead thread in java?
What is callable java?
What does function identity () do?
What does java se mean?
What is singleton class in ruby?
What is the effect of keeping a constructor private?