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 are the types of web technologies?
Can we have more than one package statement in source file ?
What is thread life cycle?
What is the different types of functions?
What does yield method of the thread class do?
What is a stringbuilder?
Is null false in java?
What's the difference between comparison done by equals method and == operator?
Can memory leak happen java?
What is a package in java? List down various advantages of packages.
How much ram can a 64 bit processor theoretically?
Can constructor be static or final?
Can we access instance variables within static methods ?
Which variables are stored in stack?
What are static blocks in java ?