Which of the following statement is true or false?
(i) The derived class constructors are executed first
(ii) Derived class cannot inherit the base class constructor.
(iii) In multiple inheritance, the constructor start executing from right to left.
(iv) In multilevel inheritance, the constructors exerted in the order of inheritance
(i) false, (ii) false, (iii) false: (iv) true
(i) false, (ii) true, (iii) false, (iv) false
(i) false, (ii) false, (iii) true, (iv) true
(i) false, (ii) true, (iii) false, (iv) true