Features of Object Oriented Programming IN C++
Features of Object Oriented Programming :-
1. Emphasis is on data rather than procedure.
2. Programs are divided into what are known as objects.
3. Data structures are designed such that they characterize the objects.
4. Functions that operates on the data of an object are tied together in the data structure.
5. Data is hidden and can not be accessed by external factions.
6. Objects may communicate with each other through functions.
7. New data and functions can be easily be added when ever necessary,
8. Follows bottom up approach in program design.
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment