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 |
what is difference between objects and function
Write 7 differences between "Public" function and "Private" function?
What is encapsulation oop?
which is best institute to learn c,c++ in ameerpet hyderabad
what uses of c++ language?
What is deep and shalow copy?
Why is there no multiple inheritance?
Who invented oop?
Can we override main method?
what is the difference between containership and inheritence?
what are three tenets of object orinted Systems?Why they call like that ? Please answer me. Advance thanks.
What is difference between class and object with example?