Difference between OOP V/S POP in C++
Object Oriented Programming(OOP):-
A . Data abstraction is introduced in addition to procedural abstraction.
B . It follows the bottom up approach.
C . Programs are divided into objects.
D . Suitable for large sized software application as well small sized.
E . New data and functions can be easily added when even necessary.
Procedure Oriented Programming(POP):-
A . Programs are organized in the from of subroutines/functions.
B. Most of the functions share global data.
C. Suitable for medium size software application.
D. Difficult to maintained the program code.
E. It employs top down approach in program design.
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment