1.

Overloading operators are possible only by using hybrid inheritance.(a) True(b) FalseThe question was posed to me in final exam.This question is from Hybrid Inheritance topic in section Inheritance & its Types of Object Oriented Programming

Answer»

The CORRECT answer is (b) False

Easy explanation - The overloading concept is not related to the types of INHERITANCE being used. Overloading operators can be done without using inheritance. You don’t even have to USE more than ONE class for operator overloading.



Discussion

No Comment Found

Related InterviewSolutions