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 introduces the concept of constructors in object-oriented programming using C++. It covers the order of constructor calls, class hierarchies, inheritance, and the importance of explicitly invoking the superclass's copy constructor. The instructor explains how to inherit constructors in C++11 and the risks associated with this feature.