It used to define the member functions of a class outside
Q1. Difference between Object Oriented Programming (OOP) and Procedure Oriented Programming (POP)
(12 Marks – Expanded Answer)
Programming is the process of writing instructions for a computer.
Based on program design, programming languages are mainly divided into Procedure Oriented Programming (POP) and Object Oriented Programming (OOP).
Procedure Oriented Programming (POP)
Procedure Oriented Programming is a traditional approach of programming in which functions play the main role.
The program is divided into a number of functions and these functions work on shared data.
In POP, data is not secure because most data is declared globally and can be accessed by any function.
Due to this reason, POP is suitable only for small and simple programs.
English with a size of 3.65 KB