Base Class Constructor Explicit Call In C++

Опубликовано: 25 Февраль 2026
на канале: CppNuts
4,274
like

In this video we will learn that there is a need to call the base class constructor explicitly if there is any Constructor provided in the Base class otherwise the data members of the base class can be initialized from Child class.

Let's have a look at this scenario.

JOIN ME
   / @cppnuts  
  / cppnuts  

#cppprogramming #interview #softwareengineer #cppnuts