Q. What type of method reference is `Math::abs`?

  • (A) Static method reference
  • (B) Instance method reference of an arbitrary object
  • (C) Constructor reference
  • (D) Instance method of a specific object
πŸ’¬ Discuss
βœ… Correct Answer: (A) Static method reference
Explanation: `Math::abs` is a reference to a static method.
Explanation by: Mr. Dubey
`Math::abs` is a reference to a static method.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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