4
Answers

Size of an empty class in C#

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)