C++ Programming - OOPS Concepts - Discussion

Discussion Forum : OOPS Concepts - General Questions (Q.No. 54)
54.
Which of the following access specifier is used as a default in a class definition?
protected
public
private
friend
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
11 comments Page 2 of 2.

Rahul said:   6 years ago
Private is the right answer. The default access specifier in C++ language is private.


Post your comments here:

Your comments will be displayed after verification.