Next page | Contents page |

OO = Object Oriented...

... analysis / design / development.

Now we have covered the Java language and some of the most important features of the standard API, we will turn our attention to OO, to provide some thoughts about how we should use OO principles to make better Java code. Most of this is OO design rather than coding, documented with some UML, but we will use Java examples.

Main topics:

Next page | Contents page |