Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 208 Bytes

File metadata and controls

10 lines (5 loc) · 208 Bytes

Programming Paradigms

Imperative

Imperative programming solves problems by laying out a series of steps. The steps are executed from the first to the last in order.

Object-oriented

Functional