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 |
How is the using() pattern useful? What is IDisposable? How does it support deterministic finalization?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
write knight tour problem which is present in datastructure
What is balance factor?
what do you mean by static member variable?
What is stream in oop?
What is the types of inheritance?
What is polymorphism what are the different types of polymorphism?
What is variable example?
What is coupling in oop?
What is Object and Class? What are the differences between them?
The type of variable a pointer points to must be the part of pointer's definition so that: