Please enable JavaScript.
Coggle requires JavaScript to display documents.
Structuring - Coggle Diagram
Structuring
-
-
B projects are not made of a single specification and implementation, because all the complexity should be handled at the same time, leading to the inability to prove the software
Instead, the functional decomposition of the software is performed over several components, because of the impossibility of one operation to call another one from the same component
-
-
SEES
When a component sees an abstract machine M, data may be accessed in read-only mode
-