Public
Protected.
Private.
Public section: Data declared in a public section can be accessed by the class itself, by its sub-classes as well as by other users outside the class.
Protected section: Data declared in the protected section can be accessed by the class itself, and also by its sub-classes but not by external users outside the class.
Private Section: Data declared in the private section can be accessed by the class only, but not by its sub-classes and by external users outside the class.
Serkan AKKAVAK
Computer Engineer BSc
SAP Department Deputy Manager
Contact : serkurumsal@yandex.com
0 Comments