У нас вы можете посмотреть бесплатно Drawing a simple UML sequence diagram from a Java program: Object-Oriented Programming with Java или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This series of videos is suitable for programmers with some programming or Java experience who want to learn object-oriented programming and dig deeper into some other Java features. This video uses the Proverb class that was written in the video on creating a simple class in Java. In this video we draw a Unified Modeling Language (UML) sequence diagram from a client program that uses the Proverb class, introducing basic sequence diagram principles. Let's have some fun learning to create a UML sequence diagram from Java! Here's the video creating the Proverb class: • Creating and documenting a simple class & ... The code and a PDF of the sequence diagram from this video, along with the Proverb class and classes from other videos using the Proverb class, are in my github repository, available here: https://github.com/ProfessorBurke/Jav... If you want to earn credit for learning to code, take an online course at CCRI! These videos are part of the Advanced Java course: https://ccri.edu/comp/ 00:00 About UML Sequence diagrams 01:35 Parts of a simple sequence diagram 02:54 Creating a sequence diagram for SimpleProverbClient.java