Computer Science, asked by Ꚃhαtαkshi, 6 months ago

Are procedural programming and procedure oriented programming same??

please don't spam or will be reported​

Answers

Answered by Anonymous
2

Answer:

\huge\bold\red{ANSWER}

Procedural Programming:

  • Procedural Programming can be defined as a programming model which is derived from structured programming, based upon the concept of calling procedure. Procedures, also known as routines, subroutines or functions, simply consist of a series of computational steps to be carried out. During a program’s execution, any given procedure might be called at any point, including by other procedures or itself.

Object Oriented Programming:

  • Object oriented programming can be defined as a programming model which is based upon the concept of objects. Objects contain data in the form of attributes and code in the form of methods. In object oriented programming, computer programs are designed using the concept of objects that interact with real world. Object oriented programming languages are various but the most popular ones are class-based, meaning that objects are instances of classes, which also determine their types.
Answered by asha202
2

Answer:

no child both are different!!!!!

prefer to it!!!

Explanation:

Procedural Programming:

Procedural Programming can be defined as a programming model which is derived from structured programming, based upon the concept of calling procedure. Procedures, also known as routines, subroutines or functions, simply consist of a series of computational steps to be carried out.

WHILE......

Procedure oriented programming is a set of functions. In this program Clanguage is used. To perform any particular task, set of function are compulsory. For example , a program may involve collecting data from user, performing some kind of calculation on that data and printing the data on screen when is requested.......

or simply u can say..

or simply u can say..In procedural programming, program is divided into small parts called functions. In object oriented programming, program is divided into small parts called objects...

Similar questions