OOP - Procedure and Object Oriented programming
janani selvaraj janani selvaraj
46 subscribers
14 views
0

 Published On Oct 13, 2024

#snsinstitutions
#snsdesignthinkers
#designthinking

#Procedure and Object Oriented programming #oop

Procedure-oriented programming and object-oriented programming (OOP) are two different paradigms for organizing and structuring code. Each has its own philosophy and approach to programming.
Procedure-oriented programming focuses on writing procedures or functions that operate on data. The primary emphasis is on the sequence of actions to be performed to achieve a specific task. It is based on the concept of procedures or routines.
Object-oriented programming is based on the concept of "objects," which are instances of classes. OOP emphasizes data encapsulation, inheritance, polymorphism, and abstraction, allowing for more modular and reusable code.

show more

Share/Embed