KnowledgeBoat Logo
|
LoginJOIN NOW

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:

  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.

Answered By

49 Likes


Related Questions