Q. What does the method reference `this::methodName` refer to?

  • (A) Static method
  • (B) Method of current object
  • (C) Constructor
  • (D) Superclass method
πŸ’¬ Discuss
βœ… Correct Answer: (B) Method of current object
Explanation: `this::methodName` refers to a method of the current object instance.
Explanation by: Mr. Dubey
`this::methodName` refers to a method of the current object instance.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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