Menu
×
×
Correct!
Exercise: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!Next ❯ |
This will reset the score of ALL 58 exercises.
Are you sure you want to continue?