what is Access specifier ?
Answers
Answered by
1
Answer:
ACCESS MODIFIERS:
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 helps
Answered by
1
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.
Similar questions