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 is the default access modifier for a class,struct and an interface declared directly with a namespace?
Why is OOP good?
Why are virtual users created?
Explain what is single and multiple inheritance?
What is the abstract method modifier?
What is a constructor in class?
Do structs support inheritance?
Explain the mechanism of composition?
Differentiate between overloading and overriding.
What does the keyword virtual represented in the method definition?
Explain colloboration
State about java and its relation to object oriented programming?
Explain what you understand by function overloading.
What is the difference between a virtual method and an abstract method?
What is static and dynamic Binding?