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

Imperative Programming

So, what are the paradigms of programming?

Imperative programming is the ``traditional'' model of computation.

A processing unit is separate from memory, and ``acts'' upon memory.

Intro OOP, Chapter 1, Slide 10