Q. Which feature allows defining class-level methods?

  • (A) static
  • (B) global
  • (C) const
  • (D) private
πŸ’¬ Discuss
βœ… Correct Answer: (A) static
Explanation: Static methods are bound to the class, not instances.
Explanation by: Mr. Dubey
Static methods are bound to the class, not instances.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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