c# - Required Memory and Data Structure Layout -


When a class is compiled into C #, the functions are stored with it, thus requiring memory increases?

In other words, to store all the tasks with an example of this data class, is it worth to create two class 1 to store the data?

So if I have only 200 examples of data, would it be different from 200 examples of data (memory required) + function class?

Functions are not stored with the example of the class associated with the upper part of the function and the individual Not an example. Therefore the footprint of the example is not affected by the number of tasks.

Here's a link that I'm doing a quick 'Bing' which will give you more details if you are interested.


Comments