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 do you mean by binding of data and functions?

3 Answers  


What is variable example?

0 Answers  


What is an object?

14 Answers   HCL,


what is the main difference between c and c++?

386 Answers   AZTEC, B.Tech, CMC, College School Exams Tests, HCL, IBM, ITM, Khalsa Institute, Microsoft, Oracle, Sanjeevni Institute, TCS, Tech Mahindra, Wipro, ZeOmega,


What is ambiguity in inheritance?

0 Answers  






What are the 3 principles of oop?

0 Answers  


What is polymorphism and why is it important?

0 Answers  


What does the keyword "static" mean?

4 Answers   TCS,


Why is polymorphism needed?

0 Answers  


What is the difference between static polymorphism and dynamic polymorphism?

0 Answers  


What is virtual function?where and when is it used?

2 Answers   Sitel,


What is the difference between an object and a class?

3 Answers  


Categories