reference

can anybody tell me what is there in a no null reference?
You cannot bind a reference to nonexisting object (without some trickery). Because of that it cannot have null (not pointing to any object) state.
Last edited on
Topic archived. No new replies allowed.