BruceEckel/TIJ4-code

Line33 and line 37 codes in "examples/typeinfo/PetCount.java" are wrong?

Paulro1991 opened this issue · 1 comments

Line 33 should be if(pet instanceof EgyptianMau) and line 37 should be if(pet instanceof Cymric)?

Perhaps on purpose