What is Method overloading?

Answers were Sorted based on User's Feedback



What is Method overloading?..

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

What is Method overloading?..

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

What is Method overloading?..

Answer / swetcha

Method overloading occurs when a class contains two methods
with the same name, but different signatures

Is This Answer Correct ?    3 Yes 0 No

What is Method overloading?..

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

What is Method overloading?..

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

Post New Answer

More OOPS Interview Questions

What is class and example?

0 Answers  


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?

0 Answers  


why oops need in programming

7 Answers   TCS,


What is abstraction?

9 Answers  


What is advantage of inheritance?

0 Answers  






What causes polymorphism?

0 Answers  


c++ program to swap the objects of two different classes

0 Answers  


What is for loop and its syntax?

0 Answers  


What are the 3 principles of oop?

0 Answers  


what are abstract classes and how they impliment , with example

2 Answers  


What is the difference between XML Web Services using ASMX and .NET Remoting using SOAP?

1 Answers  


create a c++ program that will accepts 9 inputs using 3 by 3 array.

1 Answers  


Categories