(Solved): (2) (15 Points / 1 Eacg) Fill In The Blanks For Each Of The Following: A. A Subclass Can Explicitly ...

(2) (15 points / 1 eacg) Fill in the blanks for each of the following: a. A subclass can explicitly invoke a constructor of its superclass by using the superclass constructor call syntax keyword followed by a set of parentheses containing the superclass constructor's arguments. b. Every object of a_ is also an object of that class's object is not an object of any of its c. In an) relationship, an object has a reference to an object of another class as a member. d. In an) _relationship, an object of a subclass type may also be treated as an object of the superclass type. e. A subclass cannot directly access members of its superclass. f. The _superclass of a subclass is the superclass from which the subclass inherits. g. With inheritance, a class is derived from one superclass. Java does not support_ _inheritance. h. A subclass inherits the members of its superclass that are declared with the access specifiers and i. The toString method of class _ is normally _by a subclass. Available vocabularies: , superclass, subclass, has-a, protected, Object, overridden, Super, private, direct, multiple, single, public, reference variable, instances, method, static,