Difference between Procedural programming and OOPs?
Procedural Programming -
- It can be defined as a programming model which is derived from structured programming.
- It is based upon the concept of calling procedure.
- Languages used are - FORTRAN, ALGOL, COBOL, BASIC, Pascal and C.
Object Oriented Programming -
- It can be defined as a programming model which is based upon the concept of objects.
- Computer programs are designed using the concept of objects that interact with real world.
- Languages used are - PHP, JavaScript, Python, C++, C# and many more.