Computer Science, asked by Tejanshusethi4991, 11 months ago

Difference between procedural n object oriented languages

Answers

Answered by Rumi123456789
3
POP :-
● It stands for procedure oriented programming.
● It gives stress on functions which share global data.
● It does not support data hiding.
● EXAMPLE - C

OOP :-
● It stands for Object Oriented Programming.
● It gives more stress on objects.
● It supports data hiding.
● EXAMPLE - C++
Similar questions