Are access specifier and classname attributes for class declaration?
Answers
Answered by
0
Answer:
Access specifier is the keyword used for defining the scope of the member of class. There are three access specifier in c++. These three access specifier are used to specify the three levels of access protections for hiding data and function members. The private data and function can be accessed from within the class.
Similar questions