Computer Science, asked by bahaamallahi, 8 months ago

Hello
Compare between Fork and Stair sequence diagrams

Answers

Answered by gyanendramahnar
0

Explanation:

A flow of events with centralized control will have a "fork-shaped" sequence diagram. On the other hand, a "stairway-shaped" sequence diagram illustrates that the control-structure is decentralized for the participating objects. please mark me as brainliest

Answered by qwcricket10
0

Centralized control of the flow of events results in a fork-shaped sequence diagram, whereas a decentralized control structure results in a stair-shaped sequence diagram.

  • The diagrams used by the developers to understand the flow and order of objects working.
  • The main dissimilarity between the fork and the stair-shaped diagram is its nature of controlling the events.
  • In centralized control, there are a few objects which decide the flow order.
  • But in decentralized control no particular objects are there to control, each object communicates with the other.
Similar questions