Difference between Operator overloading and Functional
overloading?
Answer Posted / archana
FUNCTION OVERLOADING IS THE CONCEPT TO USE SAME FUNCTION
NAME <OF OUR OWN CHOICES> WITH DIFFERNT ARGUMENTS.......
AND......
OPERATOR OVERLOADING IS TO USE THE EXITING OPERATORS TO
OVERLOAD EXCEPT THE FIVE OPERATORS...
| Is This Answer Correct ? | 42 Yes | 16 No |
Post New Answer View All Answers
How do I use turbo c++?
Explain shallow copy?
What is c++ used for in games?
What is switch case in c++ syntax?
Is it possible for a member function to use delete this?
What are the benefits of pointers?
can any one help to find a specific string between html tags
which is changed to a sting..
weather.html looks (for location) is
What is a stack? How it can be implemented? Are vectors faster than arrays? Explain the uses of static class data? What is the difference between the functions rand(), random(), srand() and randomize()? Explain how a pointer to function can be declared in C++? What is double in c++? What is the default width for ouputting a long integer using the insertion operator? Name four predefined macros.