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 basics of object-oriented programming in Java through a case study on creating a watch class with accessories. Topics covered include adding accessories to watches, finalizing the watch class, defining accessories with names and base values, and implementing methods for displaying and calculating the total price of watches. The lecture concludes with an example main method demonstrating the usage of the watch class. The instructor guides students through the process of designing and implementing classes and methods in Java.