Browse by Tags

All Tags » Item 3 (RSS)
Sorry, but there are no more tags available to filter with.
P 19, (item 3)
missing char The code at the bottom of p. 19 reads: //Version two try { MyType t1; t = (MyType)o; It should be: try { MyType t1; t1 = (MyType)o;

Posted by wwagner | with no comments

Filed under:

Poor word choice in Item 3
You could easily mis-interpret what I said about the as and is operators At the bottom of page 18, in Item 3, I wrote this sentence: "If a particular object is not the requested type or is derived from the requested type, they fail." A better...

Posted by wwagner | with no comments

Filed under:

Errata: p. 24
2nd paragraph The sentence "The as operator returns true ..." Should read "The is operator returns true ..."

Posted by wwagner | with no comments

Filed under:

Errata: p24
missing words The sentence that says, "If you made a create a Newtype" should be "If you made a new class derived from Newtype"

Posted by wwagner | with no comments

Filed under: