πŸ“Š Python
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

πŸ‘οΈ
65
Total Visits
πŸ“½οΈ
10 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
98%
Success Rate