Q: is it related to anything in C++?
A: not really, but look at "extern"
Q: C++ supports "protected" as a middle ground between private/public, and C# added internal?
A: also "protected internal"
Internal basically means "internal to this dll"
A: not really, but look at "extern"
Q: C++ supports "protected" as a middle ground between private/public, and C# added internal?
A: also "protected internal"
Internal basically means "internal to this dll"