Home > Back-end >  Based problem [c]
Based problem [c]

Time:05-26

As shown in figure

CodePudding user response:

Listed private inheritance: after the access specifiers the base class's public and protected members in the derived class is private members, and private members of the base class for derived classes is inaccessible
  • Related