Introduction to OOP: Chapter 1: Thinking Object-Oriented: [next] [previous] [audio] [real] [text]

Elements of OOP - Recursive Design

  1. Every object has it's own memory, which consists of other objects.

Each object is like a miniature computer itself - a specialized processor performing a specific task.

Intro OOP, Chapter 1, Slide 21