What is Object Oriented Programming? List some of its advantages.
Answers
Answered by
5
Object-oriented programming is a programming paradigm based on the concept of "objects", which may contain data, in the form of fields, often known as attributes; and code, in the form of procedures, often known as methods.
Advantages of OOP: It provides a clear modular structure for programs which makes it good for defining abstract datatypes in which implementation details are hidden. Objects can also be reused within an across applications. The reuse of software also lowers the cost of development.
Advantages of OOP: It provides a clear modular structure for programs which makes it good for defining abstract datatypes in which implementation details are hidden. Objects can also be reused within an across applications. The reuse of software also lowers the cost of development.
Similar questions
Science,
6 months ago
Chemistry,
6 months ago
English,
6 months ago
Computer Science,
1 year ago
Math,
1 year ago
Accountancy,
1 year ago