Overview
Access modifiers are keywords used to specify the declared accessibility of a member or a type. The four access modifiers:
- public
- protected
- internal
- private
Jetfire allows access modifiers to be dynamic. Typically in an OO language access modifiers (
including C#) are fixed in the code. The access modifiers can not be changed without changing the source code.
Jetfire allows access modifiers to changed dynamically using 4 separate mechanisms: