asked 110k views
3 votes
Which of the following statements is not a common advantage of object-oriented design? A. higher productivity B. higher quality C.increased reuse D.Increased maintenance

1 Answer

5 votes

Answer:

D. Increased maintenance

Increased maintenance is not a common advantage of object-oriented design; in fact, one of the goals of object-oriented design is to reduce maintenance complexity by promoting modularity and encapsulation. Object-oriented design aims to make it easier to maintain and update software systems by organizing code into classes and objects, which can be modified independently without affecting the entire system. The other options (A, B, and C) are typically considered common advantages of object-oriented design.

Step-by-step explanation:

answered
User JSF
by
8.2k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.