Introduction to Class Methods

Premium

You learned to define functions in the functions I series. Methods are functions that live inside a class and can read or change the instance's own data through this. This lesson shows you how to declare them and how they behave when called on an instance.