Question: 22
(Choose 1 answer)
Which of the following statements is correct about constructors in inheritance?
A. A constructor of the parent class is automatically inherited by the child class.
B. The constructor of a parent class is called first when a subclass object is created.
C. The parent class constructor cannot be called from a subclass.
D. A child class must override the constructor of the parent class.