Programming Lecture 4


Lecture by Professor Mehran Sahami for the Stanford Computer Science Department (CS106A).
- the compilation process;
- the java interpreter (jvm);
- superclass, subclass, heritage (19.45);
- how is java organised?
- instances of a class = object (25:05);
- acm program hierarchy (applet);
- new object (42.00);
- GLabel label = new GLabel;
- object.method (".....");
- Class diagram for the acm.graphics package;
- lecture slides and code;
- java tutorials on oracle website.

No comments: