Slide 3
Slide 3 text
Functional, Imperative,
OOP
C -> Imperative
C++ -> OOP first, preserving the
imperative character, recently
multiparadigm
C#-> OOP, multiparadigm, functional
elements
Declarative programming, expresses
what the program should accomplish
without prescribing how to do it