ICSE Class 9 Computer Applications Question 2 of 17

Introduction to Object Oriented Programming Concepts — Question 2

Back to all questions
2
Question

Question 2

What are programming paradigms? Briefly explain two popular programming paradigms.

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:

  1. Procedure Oriented Programming — In this programming paradigm, a complex programming problem is solved by dividing it into smaller problems using functions (or procedures).
  2. Object Oriented Programming — In this programming paradigm, data and functions are wrapped into a single unit.