Multiple Choice
If a subclass constructor does not explicitly call a superclass constructor,
A) the superclass's fields will be set to the default values for their data types
B) Java will automatically call the superclass's default constructor immediately after the code in the subclass's constructor executes
C) it must include the code necessary to initialize the superclass fields
D) Java will automatically call the superclass's default constructor just before the code in the subclass's constructor executes
Correct Answer:

Verified
Correct Answer:
Verified
Q13: In the following statement, which is the
Q17: You show inheritance in a UML diagram
Q19: When a class implements an interface, an
Q22: In the following statement, which is the
Q23: Because every class directly or indirectly inherits
Q33: You can write a super statement that
Q43: When a subclass overrides a superclass method,
Q48: All fields declared in an interface _.<br>A)
Q50: Which of the following shows the inheritance
Q55: If a method in a subclass has