Domanda di colloquio di Tatvasoft

What is Inheritance in OOPs?

Risposta di colloquio

Anonimo

11 lug 2024

Inheritance is the concept in OOPs in which one class inherits the attributes and methods of another class. The class whose properties and methods are inherited is known as the Parent class