What is Method overloading?
Answers were Sorted based on User's Feedback
Answer / anandan
when a class has two same method names with different
parameters then it is called method overloading
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / abhishek kumar
A class having more then two method with the same name but
different signature.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / saranya
a class can have more than one method with same function
name but different in parameter passing is said to be
method overloading
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / dev yadav
when a class contain two method with same name but different list of argument.....is called method overloading
| Is This Answer Correct ? | 2 Yes | 0 No |
In which Scenario you will go for Interface or Abstract Class?
1 Answers InfoAxon Technologies,
how to find the largest of given numbers in an array
what is oops
What is the real life example of polymorphism?
What is the difference between Home and $Home?
char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output
what is Class in oops with example?
Why is polymorphism used?
what is static?
all about pointers
difference between static and non-static variables?
what is the difference between inter class and abstract class...?