Accountancy, asked by arfat9854, 1 year ago

Explain various access specifiers in C++?

Answers

Answered by srikanth2716
0

Access modifiers (or access specifiers) are keywords in object-oriented languages that set the accessibility of classes, methods, and other members. Access modifiers are a specific part of programming language syntax used to facilitate the encapsulation of components. In C++, there are only three access modifiers.

Similar questions