method overloading means what?

Answers were Sorted based on User's Feedback



method overloading means what?..

Answer / kalyan chukka

Method overloading is to overload methods using same class
name by writing different parameters.This is called Method
Overloading.

Kalyan Chukka

Is This Answer Correct ?    7 Yes 1 No

method overloading means what?..

Answer / giri_tarare

Overloading means same method name with different parameter
but same return type.

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More STL Interview Questions

What is the stl, standard template library?

0 Answers  


What is meant by stl in c++?

0 Answers  


How Find, Replace and Go To commands ca be used to substitute one character string for another? Explain with the heIp of an example.

1 Answers  


if x<>=z then statement end what is the cyclomatic complexity

5 Answers  


Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.

0 Answers  






What is stl in c++ with example?

0 Answers  


#define CUBE(x) (x*x*x) main() { int a,b=3; a=cube(b++); printf("%d %d",a,b); } What should be the value of a and b? My calc a=4 but syst a=6 how pls tell me if you know it?

12 Answers   Wipro,


Difference between Structure and Class in C++?

5 Answers   Caritor,


wap in c++ which accept a integer array and its size as argument and replaces element having even values with its half and element having odd values with twice its value

1 Answers  


How to write a function that goes through an array of characters and eliminates any elements that are not letters (Legal letters can be either in an uppercase or a lowercase format.) The function removeNonLetters should return the new effective size of the array as the result.

2 Answers  


Define stl.

0 Answers  


Can we use stl in coding interviews?

0 Answers  


Categories