Namespaces
- 업데이트 날짜:2025-10-31
- 1분 (읽기 시간)
Namespaces are used to uniquely identify objects in object-oriented programming languages and assign them to a structure.
For this reason, namespaces are usually displayed in the form of a tree structure. The individual nodes of this tree structure are appended to each other with a unique separator to form the path to a particular object.
End objects of a namespace are created in PAtools in global classes. In principle, you create these global classes according to the general PAscript rules for classes.