4
Answers

Size of an empty class in C#

mohan kumar

mohan kumar

11y
11.5k
1
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)