Hi,
In which part of memory are class objects (objects that represent a Class, not the objects of the class) stored? stack or heap?
If stored in heap, how does CLR keep track of the reachability of those objects?
Thanks,
Pavan.
Hi,
In which part of memory are class objects (objects that represent a Class, not the objects of the class) stored? stack or heap?
If stored in heap, how does CLR keep track of the reachability of those objects?
Thanks,
Pavan.