-
we can not inherits Constructor.
-
then in constructror chaining we could call Parent class constructor from child class constructor.
3.when we create base class constructor, it implicitly tries to call Supuer class constructor.
i am confused in this statement…if we could called parent class constructed then how could we say constructor can not inherits