Q. Which of these is not a type of method in Python classes? (A) Instance method (B) Class method (C) Global method (D) Static method ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Global method Explanation: Global methods do not exist in OOP context in Python.