Object-Oriented Programming in Python — Understanding Methods

Understand different types of methods in Python Class and how to use them

Arafath Hossain
Dev Genius
Published in
4 min readMar 21, 2022

--

Photo by Todd Quackenbush on Unsplash

In the last post, I discussed about variables — one of the two basic building blocks of a class. In this post, we will go over the other building block — methods. In case you need a refresher on variables you can take a look at my previous…

--

--