asked 190k views
3 votes
You must declare all private members of a class before the public members. a) True b) False

asked
User Ziezi
by
7.9k points

1 Answer

4 votes
False. In C++, the order of declaration of private and public members in a class doesn't matter.
answered
User Ashok Kuvaraja
by
8.2k points

No related questions found