Replies: 1 comment
-
When you create an object, e.g. from this Person p1 = new();
Person p2 = new();
//... If the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Page 340, CHAPTER 13 Managed and Unmanaged Memory, below Garbage Collection you wrote "The GC finds all referenced objects from a root table of references and continues to a tree of referenced objects."
But didn't explain about root table of references
Beta Was this translation helpful? Give feedback.
All reactions