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
πŸ’¬ Discuss
βœ… Correct Answer: (C) Global method
Explanation: Global methods do not exist in OOP context in Python.
Explanation by: Mr. Dubey
Global methods do not exist in OOP context in Python.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
71
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
91%
Success Rate