Computer Science, asked by asadamanat011, 5 months ago

How many specifiers are present in access specifiers in a​

Answers

Answered by Anonymous
0

Answer:

three types

Explanation:

There are three types of access specifiers. They are public, protected and private.

Answered by Anonymous
6

Answer:

three types

2. How many specifiers are present in access specifiers in class?

Explanation: There are three types of access specifiers. They are public, protected and private.

three access specifiers

In C++, there are three access specifiers: public - members are accessible from outside the class. private - members cannot be accessed (or viewed) from outside the class.

Similar questions