what are access modifiers?
Answers
Answered by
4
Answer:
Access modifiers 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.
Explanation:
hope it is helpful
Similar questions