Q. Which of these is not a type of method in Python classes?
β
Correct Answer: (C)
Global method
Explanation: Global methods do not exist in OOP context in Python.