Which one of the following statements is FALSE? A. The access privileges in C++ are private, protected and public. B. The default access level assigned to members of a class is private. C. Public members of a class can be accessed by everyone. D. Private members of a class can be accessed only within the class. E. Protected members are accessible by its sub-classes.
Total Answers and Comments: 3
Last Update: September 11, 2008 Asked by: prettyfox