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
What is polymorphism and why is it important?
What do you mean by variable?
What is the significance of classes in oop?
What is the oops and benefits of oops programming?
What is destructor oops?
How to improve object oriented design skills?
What is overloading in oops?
Why is there no multiple inheritance?
What is interface in oop?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What is polymorphism in oops with example?
Why do we need oop?
what is graphics
What is polymorphism explain?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer