Ask Question
10 July, 01:04

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.

+2
Answers (1)
  1. 10 July, 01:25
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers