Computer Science, asked by asadamanat011, 3 months ago

how many space Where are present in access specifiers in class​

Answers

Answered by Anonymous
0

Answer:

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. protected - members cannot be accessed from outside the class, however, they can be accessed in inherited classes.

hope this helps!

Answered by sanakhan76492
2

Answer:

I hope you this is your help

Attachments:
Similar questions