This document provides an introduction to object-oriented analysis and design (OOAD) using the Unified Process as an example iterative development process. It discusses OO concepts like objects, classes, attributes, methods, encapsulation, inheritance, polymorphism, and relationships. It also defines analysis as investigating requirements while design emphasizes a conceptual solution that fulfills requirements. Object-oriented analysis focuses on identifying real-world concepts as objects, while object-oriented design defines software objects and how they will collaborate.