👉 In computer science, a paradigm is a set of approaches or strategies that are commonly used to solve a particular problem. Paradigms are often described as frameworks for software development and can be broadly categorized into three main types:
1.
Object-Oriented Programming (OOP)
: OOP refers to the design approach using objects and classes, which is widely used in computer programming. It emphasizes the use of data structures and algorithms to manage state and interact with the world.
2.
Functional