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 are the valid types of data that the main () can return in C/C++ language
What is this pointer in oop?
write a progra in c++ using class & object to find out wheather a given no. is prim or not.
What is class and object with example?
swapping program does not use third variable
How do you achieve polymorphism?
why we call c++ is object oriented lanaguage
why in java first invoke public static void main(String args[]) method????Why not public static void method1(String args[])??
Is enum a class?
Why do we use polymorphism in oops?
What is virtual function?where and when is it used?
What is the example of polymorphism?