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

How is class defined?

0 Answers  


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

1 Answers  


What are the components of marker interface?

0 Answers  


What causes polymorphism?

0 Answers  


Iam doing my project on instant messaging , if you any new ideas regarding this project ,please suggest it?

2 Answers  






What is Inheritance, Multiple Inheritance, Shared and Repeatable Inheritance?

4 Answers   Accenture, L&T,


Write a program to sort the number with different sorts in one program ??

0 Answers   NIIT,


all about pointers

2 Answers  


What is coupling in oop?

0 Answers  


what uses of c++ language?

3 Answers  


What is object and class in oops?

0 Answers  


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1 Answers  


Categories