R 
		
								
				
				
			
		Ron M. Newman
Hi,
Let's say I have an object A.
Object A exclusively references object B.
Now: Object A goes out of scope.
does this mean the system garbage collects object A and B together?
I think it should. Am I correct?
Thanks
-Ron
				
			Let's say I have an object A.
Object A exclusively references object B.
Now: Object A goes out of scope.
does this mean the system garbage collects object A and B together?
I think it should. Am I correct?
Thanks
-Ron