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
Define Data Abstraction. What is its importance?
What is the abstract method modifier?
Can you tell something about GDI objects?
Explain about inheritance hierarchies?
Difference between class and an object?
What is composition? Explain the purpose of composition.
State two differences between an object and a class.
What are inner classes and what is the practical implementation of inner classes?
Explain the use of Vtable and what are the various problems to override the functions?
What is the use of ‘finalize’?
How to achieve data abstraction?
What is super keyword?
What is the difference between an abstract class and interface in java?
Whether static method can use nonstatic members?
What's the benefit of using inheritance?