Why functional independence is the key factor for a good software design?
Answers
Answered by
0
hey friends
.........State why functional independence is the key factor for a good software design. ... By the term functional independence, we mean that a cohesive module performs a single task or function. A functionally independent module has minimal interaction with other modules.
thanks
.........State why functional independence is the key factor for a good software design. ... By the term functional independence, we mean that a cohesive module performs a single task or function. A functionally independent module has minimal interaction with other modules.
thanks
Answered by
1
Functional independence is a key to any good design primarily due to the following reasons: Error isolation: Functional independence reduces error propagation. The reason behind this is that if a module is functionally independent, its degree of interaction with the other modules is less.
hope helps ☺️☺️☺️
hope helps ☺️☺️☺️
Similar questions