Wednesday, June 3, 2020

Difference between object and object reference?

Gabriel Realmuto: true. An object is stored in a section of memory in the heap, a object reference stores the memory address of that objects memory in the heap.

Gene Debell: Yeah, that sounds true.

No comments:

Post a Comment