Summary
Full Transcript
►Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ►Find full courses on: https://courses.mshah.io/ ►Join as Member to Support the channel: https://www.youtube.com/channel/UCA64pZbN5Mz5NxC3SO4qpDg/join ►Lesson Description: In this lesson I show you how to call specific constructors from base classes for your derived classes. The syntax and the errors can often be confusing, so I hope this will help make clear what is going on when the compiler is trying to resolve what constructor to call. Finally, I hope that this video also shows a little bit of a warning of how confusing code can be, if you have very deeply nested inheritance hierarchies. Extending your codebase often makes a programmer have to make many decisions or possibly many modifications if you have deep inheritance hierarchies. ►YouTube Channel: https://www.youtube.com/c/MikeShah ►Please like and subscribe to help the channel!
