is it possible to forcibly de-reference an object?

Average Rating
0 out of 5 stars. 0 votes.

is it possible to forcibly de-reference an object?

It is possible to forcibly dereference objects by setting all its references equal to null.var oObject = new Object;oObject = null;