H
hjackman
I have a class with several properties and methods that manipulate unmanaged
memory. When I need more memory, I simple create another class and add the
class to an array. My question is such: When I create a new instance of
the class, are the methods shared by all instances of the class or are they
also reallocated with each new instance of the class?
memory. When I need more memory, I simple create another class and add the
class to an array. My question is such: When I create a new instance of
the class, are the methods shared by all instances of the class or are they
also reallocated with each new instance of the class?