Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the concept of inheritance in object-oriented programming, explaining why and how it is used. Starting with the basics of inheriting attributes and methods from a parent class, the instructor demonstrates how to modify and add new features in a child class. Through examples like creating classes for animals and birds, the lecture illustrates the practical implementation of inheritance in Python.