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

From emmtrix Wiki
Jump to navigation Jump to search
Representation of Base Classes
class Derived : public Base1, public Base2 {