Winter 2002
Tuesday 6:00-9:15pm, LPC, 990 W Fulerton 2405
Introduction to object-oriented programming using Java. Topics include variables, data types, control structures, arrays, method invocation and parameter passing, predefined classes and programmer-defined classes. Introduction to Java interfaces and inheritance. Simple graphical user interfaces, events, and listeners.
01/08 Intro to Java. Objects and Classes, Data Types, Variables, String Class. Expressions. Simple I/O. Intro to Applets. 01/15 More on expressions. Static Methods; Keyboard Class. Control flows; Loops; Drawing using Loops. 01/22
Writibg Classes and Methods, visibility modifiers, Constructors, Method overloading, Object relationships. Applets (cont). 01/29 Classes and Interfaces; Parameter passing; Static modifier; Inner class; Polymorphism.
Midterm Review02/05 Midterm Exam 02/12 More about classes. Events and Listeners; Animations. 02/19 Arrays and Vectors; Sorting. Arrays and Graphics. 02/26 Inheritence. 03/05 More about inheritance and polymorphism. GUI development. 03/12 Exceptions. Final Review 03/19 Final exam
A : | total >= 91 | A-: | 91 > total >= 90 | ||
B+ : | 90 > total >= 87 | B : | 87 > total >= 81 | B-: | 81 > total >= 80 |
C+ : | 80 > total >= 77 | C : | 77 > total >= 71 | C-: | 71 > total >= 70 |
D+ : | 70 > total >= 67 | D : | 67 > total >= 61 | D-: | 61 > total >= 60 |
F : | 60 > total |