Quiz on Python Class Methods



1. What is a class method in Python?
2. Which decorator is used to define a class method?
3. What is the purpose of the 'cls' parameter in a class method?
4. Can class methods access instance attributes?
5. How can you call a class method?

Advertisements