A programming paradigm is a fundamental style of programming that defines how the structure and basic elements of a computer program will be built
The style of writing programs and the set of capabilities and limitations that a particular programming language has depends on the programming paradigm it supports
The programming paradigms are classified as
- Monolithic Programming – emphasizes on finding a solution
- Procedural Programming – lays stress on algorithms
- Structured Programming – focuses on modules
- Object-oriented Programming – emphasizes on classes and objects
Views: 0