Slide 7
Slide 7 text
PROPERTY IMPERATIVE FUNCTIONAL
FOCUS
Changing existing
values
Declaring new values
CONTROL FLOW
Loops, Conditionals
and Function calls
Functional calls
including Recursion
MANIPULATION
UNIT
Instances of classes
and structs
Functions and Data
Structures.
MENTAL MODEL
Algorithmic
Programming
Composing problems
with set of functions.