BruceEckel / TIJ4-code

Example code for the book "Thinking in Java, 4th Edition"
Other
836 stars 469 forks source link

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

Open Paulro1991 opened 5 years ago

Paulro1991 commented 5 years ago

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

snackpub commented 3 years ago

Perhaps on purpose