Quizlearn
.app
In inheritance, what is the primary purpose of the 'super' keyword?
To invoke the constructor of the superclass
To create a new instance of the superclass
To modify the behavior of the superclass
To access protected members of the superclass
Object-Oriented Programming Exercises are loading ...