|
Characteristics
|
POP
|
OOP
|
|
Acronym for
|
Procedure Oriented Programming
|
Object Oriented Programming
|
|
Program Division
|
Program is divided into small
parts that are called functions.
|
Program is divided into small
parts that are called objects.
|
|
Importance
|
Importance is given to functions
and sequence of actions rather than data.
|
Importance is given to Data rather
than procedures or objects.
|
|
Approach Type
|
It is a top down approach.
|
It is bottom up approach.
|
|
Access Specifier
|
It does not have access
specifiers.
|
It has access specifiers named as:
Public, Private and Protected.
|
|
Expansion of Data and functions
|
Tough Task
|
Easy Task
|
Showing posts with label Object Oriented Programming. Show all posts
Showing posts with label Object Oriented Programming. Show all posts
Sunday, 4 January 2015
Difference between Procedure Oriented Programming(POP) and Object Oriented Programming(OOP)
Subscribe to:
Posts (Atom)