Ó 2002 Prentice Hall                                                                     2
Object-Oriented Programming
*In object-oriented programming a program is not just a collection of step-by-step instructions or procedures; it’s a collection of objects.
w
*Objects contain both data and instructions and can send and receive messages.
w