Programming (Year 12)
Access Specifiers
In C++, what is the default access specifier for members of a class?
public
protected
private
friend