ABAP Keyword Documentation → ABAP Glossary
Visibility section
The declaration part of a class can be subdivided into up to three visibility sections. These areas are public, protected, or private. They define the visibility of the components of the class and, in doing so, the interfaces of the class for those consumers permitted by the package check concept.