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 difference between integer parseint and integer valueof?
What is the use of static class?
What are the 3 types of control structures?
When throws keyword is used?
what is thread? : Java thread
Can we declare main () method as non static?
What is the difference between stringbuffer and stringbuilder?
Explain the purpose of garbage collection in Java?
Can we override private methods?
Why does java have two ways to create child threads? Which way is better?
What modifiers may be used with an inner class that is a member of an outer class in java programming?
What is hash table in java?
Can a constructor be made final?
Can we create our own wrapper class in java?
Explain the Propertie sof class?