👉 Enheritance is a concept in computer science, where an object can inherit attributes and behaviors from another object. This allows for objects to be designed with specific properties and functionalities that are shared across multiple instances of the same class. Inheritance is one of the most fundamental concepts in Object-Oriented Programming (OOP), which is a programming paradigm used to design software systems using classes, inheritance, polymorphism, encapsulation, and other techniques. It allows for the creation of objects with different properties and