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
Should I learn c++ c?
What is a linked list in c++?
Is c++ proprietary?
How do you initialize a string in c++?
Explain operator overloading.
In a function declaration what does extern means?
Can I learn c++ without learning c?
What is double in c++?
What is the most powerful coding language?
What is a modifier in c++?
Describe the setting up of my member functions to avoid overriding by the derived class?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
Why iomanip is used in c++?
What is setbase c++?
What is a character in c++?