Translations:Demystifying C++ - Classes/11/en

From emmtrix Wiki
Jump to navigation Jump to search

... };

|

struct Derived {
  struct Base1 base1;
  struct Base2 base2;