mohan kumar

mohan kumar

  • NA
  • 50
  • 13.4k

Size of an empty class in C#

Sep 18 2013 7:58 AM
Hi Guys,
          Can anyone tell me what will be the size of the empty class ( Memory consumed ) in C# ??

If this is the case ,

class Sample
{
public static void main ( String args[])
{
}
}

Answers (4)