Assigning the null Value
Learn how the null value can be assigned to a variable.
We'll cover the following...
null
value assignment
Assigning the null
value to a variable of a reference type makes that variable stop referencing its current object.
the actual object becomes a candidate for finalization by the garbage collector. After all, not being referenced by any variable means that the object is not ...