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 concepts of object-oriented programming in C++, focusing on the design and modeling of a watch problem. Topics covered include inheritance, abstract classes, polymorphic display, operator overloading, multiple inheritance, and polymorphic copy. The lecture progresses from discussing the problem statement to implementing the first code, illustrating the hierarchy of classes and the relationships between products, accessories, mechanisms, and watches.