Q. What kind of method reference is used in `objectName::methodName`?

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

πŸ’¬ Discussion


πŸ“Š Question Analytics

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