procedural-programming
Procedural Programming vs Object-Oriented 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. 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 the real world.
Posted September 9, 2022 by Rohith and Anusha ‐ 2 min read
⌖ quick-references blog procedural-programming object-oriented-programming differences