BairesDev Interview Question

What is inheritance in OOP?

Interview Answer

Anonymous

Mar 17, 2026

A OOP concept that allows to create new classes that inherit methods, properties or behaviors from a Parent class.