Podcast
Questions and Answers
Which feature allows a subclass to provide a specific implementation of a method provided by its superclass?
Which feature allows a subclass to provide a specific implementation of a method provided by its superclass?
What is another name for dynamic or runtime polymorphism?
What is another name for dynamic or runtime polymorphism?
What must be the same in method overriding for dynamic polymorphism?
What must be the same in method overriding for dynamic polymorphism?
What does dynamic or runtime polymorphism rely on?
What does dynamic or runtime polymorphism rely on?
Signup and view all the answers
Which type of polymorphism is method overriding an example of?
Which type of polymorphism is method overriding an example of?
Signup and view all the answers