What is operator overloading?
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 |
What are the major differences between late and dynamic binding?
What is the significance of encapsulation?
What is the purpose of late binding in object-oriented programming?
Explain about message passing in object oriented programming?
What do you mean by polymorphism?
0 Answers InterGraph, Ittiam Systems,
What is the difference between class and interface?
What is virtual?
What is a virtual function?
What is an abstraction?
Whether static method can use nonstatic members?
Explain method overriding.
What is the default access modifier for a class,struct and an interface declared directly with a namespace?