home *** CD-ROM | disk | FTP | other *** search
/ ftp.ee.pdx.edu / 2014.02.ftp.ee.pdx.edu.tar / ftp.ee.pdx.edu / pub / users / Harry / cse509 / cse509.slides / packet13 / slide10.gif < prev    next >
Graphics Interchange Format  |  2002-03-09  |  9KB  |  719x539  |  4-bit (3 colors)
Labels: crt screen | dialog box | monitor | web site | window
OCR: Object- Oriented Programming instanceof The "instanceof" operator can test the class of an object: new Student instanceof Student) true instanceof Fer son also true The compiler treats: Student) Like this: instanceof Student) el throw new ClassCastException You could always code this explicitly ... instanceof Student) (Student) DO auos thing else Ham Porter 2001 ssca stException alwavs some Harry