UML Diagrams

A UML diagram is a diagram based on the UML (Unified Modeling Language) with the purpose of visually representing a system along with its main actors, roles, actions, artifacts or classes, in order to better understand, alter, maintain, or document information about the system.

 

Related Trainings

UML Diagrams

In computer programming, a naming convention is a set of rules for choosing the character sequence to be used for identifiers which denote variables, types, functions, and other entities…

Category: Programming concepts

GIT training

Git is a version control system for tracking changes in computer files and coordinating work on those files among multiple people. It is primarily used for source code management in development…en

Category: Programming concepts

Naming conventions

Structured programming (sometimes known as modular programming) is a subset of procedural programming that enforces a logical structure on the program being written to…

Category: Programming concepts

Programming concepts

In computer programming, a naming convention is a set of rules for choosing the character sequence to be used for identifiers which denote variables, types, functions, and other entities…

Category: Programming concepts