Computer Science, asked by chobing7450, 9 months ago

Explain with the help of example how encapsulation provides modularity

Answers

Answered by kirishiith
1

Answer: Modularity is closely tied with encapsulation; think of modularity as a way of mapping encapsulated abstractions into real, physical modules. Booch gives two goals for defining modules. Make a module cohesive (shared data structures, similar classes) with an interface that allows for minimal inter-module coupling.

Explanation:

Answered by devv006khemani
1

Answer:

Modularity is closely tied with encapsulation; think of modularity as a way of mapping encapsulated abstractions into real, physical modules.It gives two goals for defining modules. Make a module cohesive (shared data structures, similar classes) with an interface that allows for minimal inter-module coupling.

Please mark as brainliest if I helped.

Similar questions