πŸ“Š JAVA
Q. What does `super::methodName` refer to?
  • (A) Superclass method
  • (B) Static method
  • (C) Instance method of the same class
  • (D) Constructor of the superclass
πŸ’¬ Discuss
βœ… Correct Answer: (A) Superclass method

Explanation: `super::methodName` accesses the method from the superclass.

Explanation by: Mr. Dubey
`super::methodName` accesses the method from the superclass.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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