[Previous] [Contents] [Next]

Casting


A somewhat related issue involves casting. Consider these questions: Can I cast a deterministic object to System.Object? If so, is it reference counted? If the answer is yes, everything is reference counted. If the answer is no, the object loses determinism. If the answer is "error," the fundamental premise that System.Object is the root of the object hierarchy has been violated.

[Previous] [Contents] [Next]