Computer Science, asked by karkeiraj753sobit, 8 hours ago

which is better object oriented programming and procedural programming language for creating system software?​

Answers

Answered by stuabhiraj7900
2

Answer:

Object-oriented programming is more secure than procedural programming, because of the level of abstraction or we can say data hiding property. It limits the access of data to the member functions of the same class. While there is no such data hiding in the procedural programming paradigm.

Answered by vanshika2022
0

Answer:

Explanation:

Object oriented programming provides data hiding so it is more secure. In procedural programming, overloading is not possible. ... In procedural programming, function is more important than data. In object oriented programming, data is more important than function.

Similar questions