Fill in the blanks in each of the following statements:
a) If a class contains at least one abstract method, it’s a(n) ___________
class.
b) Classes from which objects can be instantiated are called ___________
classes.
c) ___________ involves using a super class variable to invoke methods on
super class and sub-class objects, enabling you to “program in the general.”
d) Methods that are not interface methods and that do not provide
implementations must be declared using keyword ___________ .
e) Casting a reference stored in a super class variable to a subclass type is
called ___________ .