jäsenfunktioner
Jäsenfunktioner, often translated as member functions or methods, are functions that belong to a class in object-oriented programming. They are defined within the class scope and operate on the data members (attributes) of the objects created from that class. When a jäsenfunktion is called, it is invoked on a specific object, and it has access to that object's internal state. This allows objects to encapsulate behavior that is relevant to their data.
Jäsenfunktioner are declared inside the class definition and can be defined either inside or outside the class.