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 are the methods required to create changes in subclasses?
How to define an interface?
What are the basic concepts of oop?
What is bootstrap, extension and system class loader?
Write a note on encapsulation?
explain the difference between operator overloading and function overloading.
What is the @functionalinterface annotation?
What are the different principle of OOPS?
What is a friend function?
What is the difference between abstract & interface?
What is the abstract method modifier?
How do I make sure that an object is released in code such as a connection or file object?
What is bootstrap, extension and system class loader? Or can you explain primordial class loader?
Explain what is meant by polymorphism?
Is it possible to override private virtual methods?