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 classes, objects, attributes, and methods in Java. It covers the definition of classes and instances, access to attributes, declaration of methods, and parameters in methods. The lecture also explains where to declare classes, how to initialize instances, and the scope of attributes within a class.