Instance Methods
Premium
You have called methods on strings and lists many times: .upper(), .append(). In this lesson you will learn to define your own methods inside a class.
You have called methods on strings and lists many times: .upper(), .append(). In this lesson you will learn to define your own methods inside a class.