Online Inter College
Blog
Articles
Guides
Courses
Tools
Explore
Live
Search
Sign In
Get Started
← Question Bank
Python Essentials — Interview & Exam Set
OOP
Intermediate
MCQ
What does the `@staticmethod` decorator do in Python?
Choose the correct answer:
A
Binds the method to the class instance (self)
B
Binds the method to the class itself (cls)
C
Defines a method that does not receive any implicit first argument
D
Makes the method private
Click an option to reveal the answer.