UML Use-Case and Sequence Diagrams Made Simple | Step by Step Guide | UML Diagrams | Geekific

Support us on Patreon: / geekific
GitHub Repository: github.com/geekific-official/...
Stay updated on our videos by subscribing to the channel and hitting the like button!
To model a system, there are two main aspects that you should take into consideration: the static and the behavioral aspect. The object and class diagrams we previously covered are considered structural or static diagrams. In this video we cover the two most well-known behavioral diagrams: the use-case and the sequence diagrams.
Timestamps:
00:00 Introduction
00:07 Modeling a System
00:57 What are Use-Case Diagrams?
03:46 What are Sequence Diagrams?
07:39 Thanks for Watching!
If you found this video helpful, check other Geekific uploads:
- Object-Oriented Programming Fundamentals: • What is Object-Oriente...
- Introduction to Recursion and Recursive Methods: • What is Recursion? | R...
- UML Class and Object Diagram: • UML Class and Object D...
- Understanding Use-Cases and User Stories: • Understanding Use-Case...
- Introduction to Databases, The Fundamentals: • What is a Database? | ...
- SOLID Principles and Best Practices: • SOLID Design Principle...
#Geekific #UseCaseDiagram #SequenceDiagram

Пікірлер: 19

  • @ayambasumailaimoro2082
    @ayambasumailaimoro2082 Жыл бұрын

    Amazing explanation

  • @wilxer5878
    @wilxer5878 Жыл бұрын

    Thank you for making a wonderful video

  • @LDarshanKasar
    @LDarshanKasar9 ай бұрын

    best explaination on whole internet just u left the relationships in use case diagrams

  • @mer9668
    @mer96687 ай бұрын

    Brilliant!

  • @rajinik3957
    @rajinik395711 ай бұрын

    You rocks, I am fan of urs. Watching all videos

  • @rinadem5219
    @rinadem5219 Жыл бұрын

    super, thanks

  • @aram8059
    @aram80597 ай бұрын

    Thanks soo much

  • @vengateshm2122
    @vengateshm21222 жыл бұрын

    I have seen such diagrams of late but now I could correlate.

  • @geekific

    @geekific

    2 жыл бұрын

    Nice! Glad I could help :)

  • @skccharan
    @skccharan2 жыл бұрын

    Thanks

  • @geekific

    @geekific

    2 жыл бұрын

    My pleasure! :)

  • @barghaviparthiban7157
    @barghaviparthiban71572 жыл бұрын

    Do similar videos for other type of diagrams too :)

  • @geekific

    @geekific

    2 жыл бұрын

    I will of course they're on the way! Thanks :)

  • @narenj1836
    @narenj18362 жыл бұрын

    😍😍😍

  • @geekific

    @geekific

    2 жыл бұрын

  • @arno6943
    @arno69432 жыл бұрын

    is it logical to day you create a Sequence Diagram for every Use Case?

  • @geekific

    @geekific

    2 жыл бұрын

    Hello, am not sure I got your question can u rephrase it please?

  • @arno6943

    @arno6943

    2 жыл бұрын

    @@geekific When you design a system you describe its expected behaviour from interacting persons and systems perspective with a Use Case Diagram right? But would it be logical to create a Sequence diagram to describe the details of and sequence of every single use case? So to say a Sequence Diagram is a level lower in the design phase.

  • @geekific

    @geekific

    2 жыл бұрын

    Yes! I agree it is a lower design level phase, however you may find that sometimes it is an overkill to represent every single scenario with a sequence diagram, make sure you don't abuse and spend more time on it than it actually needs! Hope this helps :)