Methods

Back to Classes & Objects

Functions defined within a class that operate on the object’s data. Methods define the behavior of objects and provide the interface through which other code interacts with the object’s state.

programming-paradigms oop methods