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
Is it possible to override private virtual methods?
What are base class, sub class and super class?
What is the use of interface?
Explain about Overloading vs Overriding ?
What is the difference between a class and an object?
What is the @functionalinterface annotation?
What is meant by function overloading and function overriding?
Explain the concept of multiple inheritance (virtual inheritance). Write about its advantages and disadvantages?
What is early and late Binding?
What is the significance of encapsulation?
What does the keyword virtual represented in the method definition?
What is the difference between an Abstract class and Interface?
State some of the advantages of object oriented programming?
Describe inheritance and non-inheritance of a derived class?
What is Abstract method and how different from Virtual Method?