Next: Coding Rules and Guidelines Up: Programming
Previous: Learning C++
Learning OOP
As an introduction to Object Oriented Programming, Bob Jacobsen and Dave Quarrie presented a series of lectures at SLAC in 1995. Like the C++ course, these lectures were recorded and the videos are available from the same places as above.
Again the transparencies from the talks are available on the web (same place as the C++ slides).
Some useful books on OO design are:
- Robert C. Martin, "Designing Object-Oriented C++ Application Using the Booch Method", Prentice-Hall Inc, 1995, ISBN 0-13-203837-4.
- E.Gamma, R.Helm, R.Johnson and J.Vlissides, ``Design Patterns'', Addison-Wesley, ISBN 0-201-63361-2.
- I.White, ``Using the Booch Method: a Rational Approach'', Benjamin Cummins, ISBN 0-8053-0614-5.
- G.Booch, ``Object Oriented Analysis and Design with Applications (2nd ed)'', Benjamin Cummins, ISBN 0-8053-5340-2.
Neil I. Geddes
1998-11-18
|