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 class variables and methods in C++, focusing on the use of static class attributes to avoid global variables. It covers the declaration, initialization, and usage of class attributes, emphasizing their shared nature among class instances. Additionally, it explains the implementation of class methods as static functions, highlighting their restrictions and best practices to prevent unnecessary static method proliferation.