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
can we make game by using c
What is difference between pop and oop?
What is abstract class in oop?
How can you overcome the diamond problem in inheritance?
Is html an oop?
How do you explain polymorphism?
is there any choice in opting subjects like 4 out of 7
What is polymorphism in oops with example?
What is difference between polymorphism and inheritance?
What is interface in oop?
What does and I oop and sksksk mean?
What is an advantage of polymorphism?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
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.
Why is polymorphism needed?