Programming with C

⌘K
  1. Home
  2. Docs
  3. Programming with C
  4. Basics of C Programming
  5. Introduction to Programming paradigms

Introduction to Programming paradigms

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

Articles

How can we help?

0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments