Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of these is used as a default specifier for a member of the class if no access specifier is used for it?

a) private
b) public
c) public, within its own class
d) protected

Answer: a
Explanation: By definition if a class has no access specifiers, it defaults to private accessibility.

Join The Discussion