What will be the order of execution of class constructors in following code? class alpha{ - - -}; class beta { - - -}; class gamma: public beta, public alpha{- - -};
Reveal answer
Fill a bubble to check yourself
What will be the order of execution of class constructors in following code? class alpha{ - - -}; class beta { - - -}; class gamma: public beta, public alpha{- - -};