Type Here to Get Search Results !

Which of the following can be considered an advantage of using OOP?

0

 Which of the following can be considered an advantage of using OOP?

A) Code is less modular.
B) Data and behavior are tightly coupled.
C) Improved code reusability and maintainability.
D) Increased complexity in data handling.

Answer: C) Improved code reusability and maintainability.

Explanation: One of the primary advantages of OOP is the improvement in code reusability and maintainability. By organizing code into classes and objects, developers can reuse existing code through inheritance and composition, leading to a more organized and manageable codebase.

Post a Comment

0 Comments