Programming (Year 12)
Object-Oriented Programming
What is the purpose of the 'self' keyword in Python class methods?
To refer to the class itself
To refer to the instance
To create a new instance
To define a static method
Next