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.

Ravi kant chauhan said:   1 decade ago
In C++, all the members of a class is by default private member.


Post your comments here:

Your comments will be displayed after verification.