When creating a subclass, which of the following are TRUE?
a) The selected superclass should be chosen because it has some
methods the subclass can reuse, even if others do not apply.
b) The class name should normally be a qualification of its
superclass' name.
c) The subclass should be of the same type as all of its
superclasses.
d) The superclass should be marked as abstract.
Multiple Select - Please select all of the correct answers (this
question has 2 correct choices).
b, c
-------------------------------------
Can anyone explain me statement (b)