- Fill each of the following blanks with one of the words given in the list
below: {polymorphism, override, inheritance, super}
(I) A subclass can ......... a superclass method by declaring a method with
the same signature as the superclass method.
(II) The keyword ......... is used to call methods in the superclass.
(III) The term ......... refers to the fact that a variable can hold objects
of different types.
(IV) ......... allows us to define one class as an extension of another.
I- override, II- super, III- polymorphism, IV- inheritance
I- override, II- super, III- inheritance, IV- polymorphism
I- super, II- override, III- polymorphism, IV- inheritance
I- super, II- override, III- inheritance, IV- polymorphism