Which of the statements regarding the super keyword is incorrect?
A. You cannot invoke a method in superclass's parent class.
B. You can use super to invoke a super class constructor.
C. You can use super. super. p to invoke a method in superclass's parent class.
D. You can use super to invoke a super class method.
+3
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Which of the statements regarding the super keyword is incorrect? A. You cannot invoke a method in superclass's parent class. B. You can ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Home » Computers and Technology » Which of the statements regarding the super keyword is incorrect? A. You cannot invoke a method in superclass's parent class. B. You can use super to invoke a super class constructor. C. You can use super. super.