×
×
Correct!
Use access specifiers to set the
class MyClass {
@(7)
int x;
@(8)
int y;
};
class MyClass {
public:
int x;
private:
int y;
};
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 58 exercises.
Are you sure you want to continue?