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


Please Help Members By Posting Answers For Below Questions

What is copy constructor? Can we make copy constructor private in c++?

608


Can I learn c++ without c?

613


Is map thread safe c++?

644


Explain container class.

702


What is the difference between object-oriented programming and procedural programming?

708






Why namespace is used in c++?

613


If a function doesn’t return a value, how do you declare the function?

626


What is general format for a prototype?

607


What does it mean to declare a member function as virtual?

593


Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.

2448


What is the first name of c++?

571


What are the differences between malloc() and calloc()?

619


Which programming language is best?

558


What is the most useful programming language?

618


When we use Abstract Class and when we use Interface?where we will implement in real time?

1676