Benefits of OOP
• The complexity of software can be managed easily.
• Data hiding concept help the programmer to build secure programs
• Through the class concept we can define the user defined data type
• The inheritance concept can be used to eliminate redundant code
• The message-passing concept helps the programmer to communicate between different objects.
• New data and functions can be easily added whenever necessary.
• OOPS ties data elements more closely to the functions that operates on.
Tuesday, February 23, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment