method overloading means what?
Answers were Sorted based on User's Feedback
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 |
Answer / giri_tarare
Overloading means same method name with different parameter
but same return type.
| Is This Answer Correct ? | 4 Yes | 2 No |
i want a road rash 3d game code if some one know please help me
Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 Answers ABC, Sun Microsystems,
give me the defination of inheritance?
What is the underlying datastructure of map?
How do I convert a stl file?
How is stl different from c++ standard library?
Describe the elements of Microsoft Word screen. Write down steps for creating, saving, retrieving, editing and printing a document.
write a program to convert a decimal number in to its equivalent binary number?
why & sign is used in copy constructor
if x<>=z then statement end what is the cyclomatic complexity
5. Write c++ function that would intake a string and return the number of occurrences of a given character in that sring Ex:- if the word is “Colombo” and count the occurrences of the letter “o” the function would return 3
Can we use stl in coding interviews?