ANSWER:
A: Although B and C technically could be correct if nothing else is referencing the object, it is only when the last variable referencing it is set to Nothing, or when the reference count is set to 0, that the object actually is destroyed and the resources allocated to it are returned to the operating system.

Answers in Depth...