Cpp Programming 88 – Which of the following access specifier is used as a default in a class definition?

Question: Which of the following access specifier is used as a default in a class definition?
[A]. protected
[B]. public[C]. private
[D]. friend

Answer: Option C