Answer Posted / hrpynux@gmail.com
Operator overloading is a compile-time polymorphism in which the operator is overloaded to provide the special meaning to the user-defined data type. Operator overloading is used to overload or redefines most of the operators available in C++. It is used to perform the operation on the user-defined data type
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the significance of encapsulation?
Describe inheritance and non-inheritance of a derived class?
Explain OOPS.
Why is java not fully objective oriented?
What are abstract functions? Why are they used?
What is the main advantage of using inheritance?
Explain the term constructor
What is dynamic or run time polymorphism?
What do you mean by abstract class?
Explain about Overloading vs Overriding ?
What is the syntax of object oriented method call?
What are the major differences between late and dynamic binding?
Why do we separate interface from implementation?
Can constructors be parameterized?
Explain static binding