You are on page 1of 1

Programming Paradigms Notes (INCOMPLETE)

(https://www.youtube.com/watch?v=aoE-92Ac4zE
https://en.wikipedia.org/wiki/Programming_paradigm

C++ Complete reference P291)

1) Programming Paradigms
a) (What) - How to organize/write code
b) (Types) – 2 main types
i) Imperative paradigms
(1) Procedural/structured – prioritizing action(code) over data
(2) Object Oriented – Understand about OOPS in notes
ii) Declarative Paradigm
(1) Functional
(2) Others (logical and mathematical)

You might also like