+ 3
Internal members are visible to all code in the assembly they are declared in (in an exe or dll for example). They are public in this assembly and private outside of it.
Protected internal members are also visible to subclasses outside the assembly they are declared in.



