Computer Science, asked by amitsingh3432, 1 year ago

Which one of the following best characterizes a sequence diagram?
a. A call graph illustrating all possible sequences of calls between class method members
b. A time-line illustrating a typical sequence of calls between object methods
c. A time-line illustrating the changes in inheritance and instantiation relationships between classes and objects over time
d. A tree illustrating inheritance relationship between classes

Answers

Answered by sumit4297
3
c)a time line illustrating the changes in inheritance and instantiation relationships between classes and objects over time
Answered by Arslankincsem
2

Q1) the one of which best characterizes a sequence diagram is option b. A timeline illustrating a typical sequence of calls between object methods

   

The sequence diagrams show the flow of the logic within a system in a visual manner.


This enables to document as well as validate the logic.


It is commonly used for the purpose of analysis.            


Similar questions