Representation and identity

(Note: not to be confused with Inheritance and Representation.) I get a fair number of questions about the C# cast operator. The most frequent question I get is: short sss = 123; object ooo = sss;            // Box the short. int … Continue reading Representation and identity