Book Image

Object-Oriented Analysis, Design and Programming with UML [Video]

By : Umar Lone
5 (1)
Book Image

Object-Oriented Analysis, Design and Programming with UML [Video]

5 (1)
By: Umar Lone

Overview of this book

UML makes it easier for developers and designers to specify, visualize, and document the requirement of a software system. This course will show you how to use the concepts of UML in the software development process. The course starts with highlighting the learning objectives and explaining the installation process. You will learn to install Eclipse for Java and Visual Studio for C# and C++ on your machines. Next, you will understand the complexity of these software and how it can be solved using algorithms and object-oriented decomposition. Moving along, you will learn to use UML diagrams to perform object-oriented analysis with use cases. Next, you will understand the concepts of class and learn to represent it in UML using a class diagram. Later, you will use interaction diagrams to represent the interaction between objects of a use case and learn how to represent the behavior of an object using a state machine diagram. Finally, you will learn to understand what refactoring is and get an overview of more UML diagrams—package, component, and deployment. By the end of this course, you will be able to use object-oriented techniques to design and develop software systems in Java, C#, and C++ with the help of UML diagrams. Code files are placed here: https://github.com/PacktPublishing/Object-Oriented-Analysis-Design-Programming-with-UML
Table of Contents (9 chapters)
Chapter 1
Introduction
Content Locked
Section 3
Installing Visual Studio for C# & C++
This video demonstrates how to install Visual Studio on your machine.