Monday 2 June 2014

Class in C#


  •  A class is a reference type. It is stored in heap memory.
  •  It is called Blue print.
  •  The default access modifier for a class type is internal
  • A class can only be marked public and internal
  • If we will try to use other modifier it will throw error.