C# Access Modifiers
Public->anywhere,Private->declaration scope,Protected->inheritance scope,Internal->assembly scope,File->file scope.
C# Interface
Collection of Methods & Properties to implement in Class