...

/

Implementing Methods in a Class

Implementing Methods in a Class

Get to know about the role of methods in classes and what method overloading is.

In this lesson, we will learn about the interaction between properties and other objects. This is where methods come into play. There are three types of methods in Python:

  1. instance methods

  2. class methods

  3. static methods

We will be discussing instance methods in this lesson since they are used the most in Python OOP.

Note: We will be using the term methods for instance methods since they are most commonly used. Class methods and static methods will be named explicitly as they are.

The purpose of methods

Methods act as an ...

Access this course and 1400+ top-rated courses and projects.