i just read about the Public Access Modifier.
Its access levels are
-
Within the derived classes of that class available within the same assembly.
-
Outside the class within the same assembly.
-
Within the derived classes of that class available outside the assembly.
-
Outside the class outside the assembly.
What does assembly mean here?Can any one give any example
An assembly is a DLL or Exe file
Assembly (CLI)