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 multiple inheritance in C++, focusing on defining independent concepts in classes and using them to create more complex classes through multiple inheritance. The lecture includes examples of diamond configuration with and without virtual links, as well as the declaration of multiple inheritance and the use of virtual links to avoid attribute duplication. The lecture also discusses the limitations and best practices of multiple inheritance in C++.