
50 9 Chapter 3: Frameworks and Object-Oriented Programming
offers the developer a choice of two object-oriented languages: Objec-
tive-C and Java. This chapter provides a very brief overview of ob-
ject-oriented programming from a language-neutral point of view.
It highlights some of the implementational issues that need to be ad-
dressed and which the three languages address in different ways.
Object-Oriented Programming
Object-oriented programming is one of the technologies that
has been proposed~and adopted~so as to make the process
of creating software easier, faster, and more efficient. (The
other major technologies that have ...