Multiple Choices
Answer (Choose 1 answer)
Which of the following is true?
A. A class does not inherit constructors from any of its superclasses.
B. A class inherits constructors from its direct superclass only.
C. A class inherits constructors from its superclasses.
D. A class inherits constructors from its superclasses when the porgram points out that.