1.

The process of forming a new class from an existing class.(a) Abstraction(b) Polymorphism(c) Inheritance(d) ImplementationThe question was asked during an online interview.My question is taken from Concepts of OOP topic in division Information Technology of Computer Fundamentals

Answer»

Right answer is (c) Inheritance

Easiest explanation: The answer is inheritance. The base CLASS is the parent class and the NEW class is CALLED the CHILD class.



Discussion

No Comment Found

Related InterviewSolutions