5
Answers

Size of the memory

When we create types, what will be the size of the memory?

For example:

Employee myAssistant = new Employee();

Answers (5)