×
×
Correct!
Use an access specifier to make members of MyClass accessible from outside the class.
class MyClass {
@(6):
int myNum;
};
class MyClass {
public:
int myNum;
};
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 58 exercises.
Are you sure you want to continue?