Computer Applications
What are programming paradigms? Briefly explain two popular programming paradigms.
OOP Intro Java
78 Likes
Answer
A programming paradigm is an approach or style of programming that is used to classify programming languages. Each programming language uses one or more programming paradigms. Two popular programming paradigms are:
- Procedure Oriented Programming — In this programming paradigm, a complex programming problem is solved by dividing it into smaller problems using functions (or procedures).
- Object Oriented Programming — In this programming paradigm, data and functions are wrapped into a single unit.
Answered By
49 Likes
Related Questions
State whether the following statement is True or False :
Objects from the same class do not share the same definition of attributes and behaviours.
What are programming languages? Describe the various generations of programming languages.
What are the characteristics of procedural programming?
What are the limitations of procedural programming?