Why Objective-C?
History: Created by Brad Cox, most intensively used by NeXT, now owned by Apple Computer and forms basis for Mac OS X (Rhapsody)
Main difference between C++ and Objective-C:
- Easy to learn: A simple superclass of C - no new keywords
- Partially interpreted: Dynamic binding at runtime for objects and methods. Static typing optional.