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 is super keyword?
Which oops concept is used as reuse mechanism?
Explain about parametric polymorphism?
Can you explain primordial class loader?
Explain what an object is.
What if we make the method as abstract in another interface?
What is constructor and virtual function? Can we call virtual funciton in a constructor?
Define Destructor?
What are the features that are provided to make a program modular?
Every object has : state, behavior and identity - explain
2 Answers InfoAxon Technologies, Protech,
Can a class in java be inherited from more than one class?
Can we override static methods? Why?