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 |
why & sign is used in copy constructor
I am doing my BS.c MATHS CAN I ABLE TO JOIN IN NIIT?
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
#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?
write a piece of c++ code which allocate memory to the 50 object of type CObj
Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.
What do stl stand for?
What two types of containers does the stl provide?
Name the different types of stl containers.
what is an algorithm in terms of STL?
what are you now programming Languages C+
Define the terms: field, record, table and database