>>> Some Important Features Of Object Oriented Programming are as Follows :-
>>> Emphasis on data rather than procedure.
>>> Programs are divided into objects.
>>> Data is hidden and cannot be accessed by external functions.
>>> Object can communicate with each other through functions.
>>> New data and function can be easily added whenever necessary.
>>> Follows bottom - up approach.
No comments:
Post a Comment