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 |
how to swap two numbers in a linked list without exchanging the data but only the links?
give me the defination of inheritance?
Do you like to Submit Questions in Bulk under Same Category?? Then use our Bulk ListerDo you like to Submit Questions in Bulk under Same Category?? Then use our Bulk Lister
What two types of containers does the stl provide?
What is stl language?
What is stl in oop?
What are the symptoms of stl?
How stl is different from the c++ standard library?
What are stl algorithms?
a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.
Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.