Inheriting Constructors and Quiz
Let's take a look at one handy feature for derived classes and then you can also check your knowledge with a quiz.
We'll cover the following
Inheriting constructors
Another technique that is good to know is using inheriting constructors. This is helpful when your class derives from some base class but doesn’t expose any new data members or any unique behaviors in constructors.
Take a look:
Get hands-on with 1400+ tech skills courses.