Computer Science, asked by av4889547, 18 hours ago


17. What are the differences between Procedural Programming and Object Oriented Programming?​

Answers

Answered by MathKaycee
0

Explanation:

In procedural programming, program is divided into small parts called functions. In object oriented programming, program is divided into small parts called objects. Procedural programming follows top down approach. ... Procedural programming does not have any proper way for hiding data so it is less secure

Answered by rsaeedur884gmailcom
0

Answer:

Procedural programming (PP), also known as inline programming takes a top-down approach. It is about writing a list of instructions to tell the computer what to do step by step. It relies on procedures or routines. Object-oriented programming (OOP) is about encapsulating data and behavior into objects.

Similar questions