Difference between Operator overloading and Functional
overloading?
Answer Posted / r
Function overloading is when a class inherits from another class and codes a functionality for a function defined in the base class.
Operator overloading is when the default behaviour of operators (+, =, ==, etc.) is modified by user defined actions.
Thanks.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Explain one method to process an entire string as one unit?
What is meant by entry controlled loop? What all C++ loops are exit controlled?
What is c++ hiding?
Can I learn c++ without knowing c?
Can we use this pointer inside static member function?
How is objective c different from c++?
What is a storage class? Mention the storage classes in c++.
Is sorted c++?
Describe friend function & its advantages.
Where Malloc(), Calloc(), and realloc() does get memory?
What can I use instead of namespace std?
Will the following program execute?
What is microsoft c++ redistributable?
Explain the concept of memory leak?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.