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
Write down how will you create a Binary tree?
How will you define abstract classes?
What do you mean by polymorphism?
Can I implement polymorphism using abstract class?
What is the difference between data hiding and implementation?
Explain about message passing in object oriented programming?
What is hybrid inheritance?
What is the difference between a virtual method and an abstract method?
Do we require parameter for constructors?
Are constructors inherited? Can a subclass call the parent's class constructor? When?
What are all the operators that cannot be overloaded?
What is a ternary operator?
What is inheritance in java?
Explain about instance in object oriented programming?
Explain about inheritance hierarchies?