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
To what does “event-driven” refer?
How to declaring variables in c++?
What is srand c++?
Does c++ support multilevel and multiple inheritances?
Can circle be called an ellipse?
What are iterators in c++?
How would you implement a substr() function that extracts a sub string from a given string?
How do I download c++?
How many keywords are used in c++?
Why pointer is used in c++?
what is a reference variable in C++?
Differentiate between the manipulator and setf( ) function?
How do you flush std cout?
Why would you use pointers in c++?
Can member data be public?