[Solved] Hypernym for class an struct in C++

[ad_1]

There’s no separate notion of struct in C++. struct is a keyword. Entities introduced by this keyword, and also by class and union keywords, are called classes.

The standard uses the term “non-union class” to distinguish classes that are not unions.

[ad_2]

solved Hypernym for class an struct in C++