posted 23 years ago
Angela
The expression, as Axel pointed out, evaluates to true. The Answer to the question is false. Meaning that the code will not tell if the object was instantiated as an instance of B, but not A, C, or D. It will tell you if it was not C or D, but the way it is written it won't tell you if it was A or B, just that it was one of those two.
hope that helps
Dave