6/8 Add methods (functions) to your class. OOP shines by co-locating related properties and methods.
Inside the class, access properties and methods using the this keyword. This keeps your class's state and behavior tightly coupled. #CodeStructure