Python - Object-Oriented Programming Foundations
Which keyword is used to refer to the current object inside a class method?
self as the first parameter in instance methods to refer to the current object.this or other keywords for this purpose.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions