What happens to the reference counts of the objects in Fig. 7.19 if:
Figure 7.19: A network of objects
The pointer from A to B is deleted.
The pointer from X to A is deleted.
The node C is deleted.
What happens to reference counts when the pointer from A to D in Fig. 7.20 is deleted?
Figure 7.20: Another network of objects