programming paradigm
When we talk about programming paradigms we are talking about a way of solving a problem. We can solve a problem in multiple ways.
Some languages are designed for a specific paradigm others not.
The main programming paradigms four:
- Imperative
- Object Oriented
- Logic
- Functional