What does the keyword public mean in a class declaration?
A. public functions can only be seen by other class members.
B. public members can be seen by any other parts of the program and accessed via an object.
C. public functions cannot see any other parts of the class.
D. public members can only be seen by other class members.
B
Computer Science & Information Technology