What are the features with different between Object Oriented Programming (POP) and Procedure Oriented Programming (POP) ?
FEATURES OF OOP :-
1. Data abstraction is introduced in addition to procedural abstraction.
2. It follows the bottom up approach.
3. Programs the divided into objects.
4. Suitable for large sized software application as well as small sized.
5. New data functions can be easily added whenever necessary.
FEATURES OF POP :-
1. Most of the functions share global data.
2. It employs top down approach in program design.
3. Programs are organized in the from of subroutines/features.
4. Suitable for medium size software application.
5. Difficult to maintain the program code.
Note- 1. What is the difference between OOP and POP ?
2. Write the characterstics of OOP
3. Write the characterstics of POP
No comments :
Post a Comment