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 / slide24.gif < prev    next >
Graphics Interchange Format  |  2002-03-09  |  9KB  |  719x539  |  4-bit (3 colors)
Labels: crt screen | dialog box | monitor | sky | web site | window
OCR: Object- Oriented Programming Java Terminology Instance Variables: "Data Members "Fields" String first; Instance Methods "Methods' "Non-static methods" void setName (string String 1){ ...} Class Methods: "Static methods" static int getCount Class Variables: "Static fields" static int total "Members" Instance variables and methods Class variables and methods Porter 2001 metho Harr