Archive for October 2nd, 2009

Protected vs Internal

October 2, 2009

Just a remind for myself ;)

  1. protected:

    [...] member is accessible from within the class in which it is declared, and from within any class derived from the class that declared this member.
    A protected member of a base class is accessible in a derived class only if the access takes place through the derived class type.

  2. internal

    Internal members are accessible only within files in the same assembly.

  3. protected internal means protected OR internal
  4. protected AND internal?
    read here What Does Protected Internal Mean?

source: Access Modifiers (MSDN)

Technorati tags: Protected, Internal
  • October 2009
    M T W T F S S
    « Sep   Nov »
     1234
    567891011
    12131415161718
    19202122232425
    262728293031  
  • .

    .Net Agile Antivirus Book C# Programming EntityFramework GTD Hyper-V LinQ MVVM Office Resharper SCRUM Security Sharepoint Silverlight SQLServer TFS ToDoList Unit Test VirtualBox Virtual PC Visual Studio VMware Windows7 WPF XeDotNet XML XPath

  • Follow

    Get every new post delivered to your Inbox.