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
Write a program to reverse a string using recursive function?
2. Give the different notations for the class.\
why reinterpret cast is considered dangerous?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What does I oop mean?
Who invented oop?
write string class as your own class in java without using any built-in function
What is polymorphism and types?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What are the types of abstraction?
which feature are not hold visual basic of oop?
What is polymorphism and why is it important?
What is difference between pop and oop?
What is encapsulation with real life example?
What is purpose of inheritance?