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 are the important components of cohesion?

0 Answers  


What is namespace?

15 Answers  


why the memory allocated with new cant be freed using free()

2 Answers  


What is difference between #define and const?

3 Answers   emc2,


State what is encapsulation and friend function?

0 Answers   BirlaSoft,






Get me an image implementation program.

0 Answers  


Explain virtual inheritance?

0 Answers  


Can you name some types of inheritance?

0 Answers   Motorola,


officer say me - i am offered to a smoking , then what can you say

0 Answers  


What is a class and object?

0 Answers  


Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

0 Answers  


What is abstract class in oop?

0 Answers  


Categories