Object Oriented Programming in Python (PART-2)
Dec 28, 2023 · 4 min read · What is Self? A self is a reference variable that points to the current class object. When we instantiate an object, it automatically passes to the default parameter(self). class test: #class definition def m1(self): pri...
Join discussion


