Junior OOP What is the constructor order in inheritance? Base class constructor executes first, then derived class constructor.Ensures base members are initialized before derived members.