- public: All members have access in all classes and all projects.
- private: Only members of class have access.
- protected: All members in current class and in derived class can access the variables.
- internal: All members in current project have access to the elements.
- protected internal: All members in current project and all members in derived class can have access the variables.
Accessibility levels
Subscribe to:
Post Comments
(
Atom
)
0 comments :
Post a Comment