Ask Question
8 May, 20:55

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.

+1
Answers (1)
  1. 8 May, 22:04
    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?
Get 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 & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers