Answer Posted / rekha
Operator overloading means giving additional meaning to
existing operators
Operators are defined to perform some operation on
fundamental types .Operator cannot work with user defined
types like classes and struct.so concept of operator
overloading means allows defining the meaning of operator so
that the can be used for performing operations on user defined
types.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is abstract thinking intelligence?
What are the types of abstraction?
What is difference between data abstraction and encapsulation?
Why do we use class?
how to get the oracle certification? send me the answer
What is destructor oops?
What is this pointer in oop?
What is new keyword in oops?
Plese get me a perfect C++ program for railway/airway reservation with all details.
How is polymorphism achieved?
What is overriding in oops?
Explain the advantages of inheritance.
What is object in oop?
What are the 3 pillars of oop?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.