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


Please Help Members By Posting Answers For Below Questions

Are arrays primitive data types?

853


How is the marker interface used in Java?

809


What is hashset in java?

778


Why are arrays useful in java?

777


What is the biggest integer?

808


How do you input a string in java?

744


What’s the difference between applets and standalone program?

753


What is passed by reference and pass by value ?

772


Why we used break and continue statement in java?

798


Explain abstract class in java?

766


How do you change an int to a string?

757


Difference between string, string builder, and string buffer?

747


What is args length in java?

930


What is stringreader?

709


What is getkey () in java?

788