0% found this document useful (0 votes)
54 views

Programming Paradigms

This document discusses programming paradigms, which are frameworks for organizing code. The main types are imperative paradigms like procedural and object-oriented programming, which prioritize actions or objects, and declarative paradigms like functional programming, which emphasize what the program should accomplish without specifying how. Procedural programming focuses on code over data while object-oriented programming understands objects and classes.

Uploaded by

nikhil choudhary
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
54 views

Programming Paradigms

This document discusses programming paradigms, which are frameworks for organizing code. The main types are imperative paradigms like procedural and object-oriented programming, which prioritize actions or objects, and declarative paradigms like functional programming, which emphasize what the program should accomplish without specifying how. Procedural programming focuses on code over data while object-oriented programming understands objects and classes.

Uploaded by

nikhil choudhary
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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