What is the difference between OOP and POP???
Atleast 2 points
Answers
Answered by
4
In procedural programming, the programs are executed with functions and the data of the programs can be easily accessed and changed; whereas in object oriented programming, each program is made up of entities called objects, which cannot be easily accessed and changed.
Answered by
5
Hi Sis !
______________________________________________________________________________________________________________________________
<> Difference between OOP and POP
OOP:-
1) Object Oriented Programming is a programming paradigm that focuses on data abstractions.
2) In OOP approach, programs are divided into parts known as objects.
3)The main focus of OOP is on the data associated with the program.
4) OOP follows a bottom-up approach.
5) In OOP, each object controls data within it.
6) Data of an object can only be accessed by functions of particular object.
7)OOP has access specifier's such as Public, Private , etc.
8) OOP provides easy and efficient ways of adding new data and functions without revising existing program.
9)OOP provides data hiding, so data is secure.
10) C++, Java, VB.NET, etc. are used by OOP
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
POP :
1] Procedure Oriented Programming is an programming paradigm that focuses on procedural abstractions.
2] In POP approach, programs are divided into functions.
3] The main focus on POP is on the procedures and algorithms that manipulates the data.
4] POP follows a top-down approach.
5] In POP, most functions use global data.
6] Data can move freely from function to function.
7] POP does not have access any specifiers.
8] If new data or functions to be added, existing program has to be revised.
9] POP does not provides any data hiding methods. So, data is less secure.
10] FORTRAN, Pascal, C, VB, COBOL, etc. are used by POP.
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
#Hope_It_Helps
#Stay_Tuned !
______________________________________________________________________________________________________________________________
<> Difference between OOP and POP
OOP:-
1) Object Oriented Programming is a programming paradigm that focuses on data abstractions.
2) In OOP approach, programs are divided into parts known as objects.
3)The main focus of OOP is on the data associated with the program.
4) OOP follows a bottom-up approach.
5) In OOP, each object controls data within it.
6) Data of an object can only be accessed by functions of particular object.
7)OOP has access specifier's such as Public, Private , etc.
8) OOP provides easy and efficient ways of adding new data and functions without revising existing program.
9)OOP provides data hiding, so data is secure.
10) C++, Java, VB.NET, etc. are used by OOP
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
POP :
1] Procedure Oriented Programming is an programming paradigm that focuses on procedural abstractions.
2] In POP approach, programs are divided into functions.
3] The main focus on POP is on the procedures and algorithms that manipulates the data.
4] POP follows a top-down approach.
5] In POP, most functions use global data.
6] Data can move freely from function to function.
7] POP does not have access any specifiers.
8] If new data or functions to be added, existing program has to be revised.
9] POP does not provides any data hiding methods. So, data is less secure.
10] FORTRAN, Pascal, C, VB, COBOL, etc. are used by POP.
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
#Hope_It_Helps
#Stay_Tuned !
Similar questions
Geography,
7 months ago
English,
1 year ago
Computer Science,
1 year ago
Science,
1 year ago
English,
1 year ago