Lets say I have object Tom which has class Person.
Class Person
String Name
DateTime BirthDate
String Role
Int32 Salary
Can you give me an approximation of its memory size if it has the following values:
Name = Tom. BirthDate = 1/1/1990. Role = User. Salary = 30000
Could you also give me some insight into how the calculation was done?