(Hackerrank) HackerRank Python Certification Practice Test
Hackerrank Object-Oriented Programming Basics 3
How do you define a class method (not an instance method) in Python?
Select your answer
A
Use @staticmethod decorator with 'cls' as first parameter
B
Use @classmethod decorator with 'cls' as first parameter
C
Use @classmethod decorator with 'self' as first parameter
D
Define the method outside the class body
Hint
✨ Remove Ads & Unlock Every Exam
— From $1.49
🃏 Study This Quiz as Flashcards →