First page Back Continue Last page Overview Graphics
Object Oriented Analysis & Design
RTFM!
Objects are containers of consistent behavior and the data needed for those behaviors
Encapsulation – behavior & data
Polymorphism – same name, different behavior
Inheritance – overwrite the exceptions only
Composition – use groups of objects to form complex behaviors – basis for GOF Patterns