Lecture 3 Overview
Programming and objects
- problems of complexity.
- examples of how problems can be simplified by looking at objects.
- attributes and methods.
- We look at how objects are implemented in Java, sourcecode, bytecode and compilers.
Here are the notes.
Preview to the Lab
- features of the operating system that you will need in order to properly
create, compile and run your programs.
- how to compile
and run some simple programs.