adplus-dvertising
frame-decoration

Question

What is the benefit of the object-oriented approach in software design compared to more traditional approaches?

a.

It is less susceptible to changes in the world being modeled

b.

It focuses on identifying functions rather than real-world objects

c.

It leads to inflexible systems that are difficult to adapt and change

d.

It promotes reuse through focusing on the identification of functions

Answer: (a).It is less susceptible to changes in the world being modeled Explanation:An object-oriented design is more stable and less affected by changes in the real world because it focuses on identifying real-world objects, while more traditional approaches focus on identifying functions, which tend to change over time.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the benefit of the object-oriented approach in software design compared to more traditional approaches?