Ask Question
Today, 14:52

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)
  1. Today, 16:59
    0
    C is incorrect statement regarding super keyword

    Explanation:

    We can not use super. super. p to invoke superclass's parent class because it is not allowed in accordance with syntax so option C is incorrect.
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.
Search for Other Answers