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

Explain the difference between an object-oriented programming language and object-based programming language?

780


What is "this" keyword in java? Explain

890


What is a private class in java?

743


Is java still relevant?

744


Why do we use variables?

737


What are the two basic ways in which classes that can be run as threads may be defined?

836


How are this() and super() used with constructors in java programming?

794


What is an eror in java?

830


What is difference between array and vector?

835


Is the milky way in a void?

771


What is the purpose of the file class in java programming?

769


What is the use of protected in java?

770


What is difference between final and immutable?

800


Explain what is Marker interface?

860


Do you know why doesn't the java library use a randomized version of quicksort?

759