Explain about Multiplicity Property of Associations in UML Class Diagrams? | UML Programmer Guide | UML Interview Question

Multiplicity Property of Associations deals with the relationship between objects. Given below are the possible combination of values for multiplicity property of associations......

Read More

Brief about OO Analysis and Design? | UML Interview Question | UML Tutorial

Object Oriented analysis can be defined as investigation and to be more specific it is the investigation of objects. Design means collaboration of identified objects. So it is......

Read More

Object Oriented Concepts in UML | UML Tutorial | UML Programmer Guide

UML can be described as the successor of object oriented analysis and design. An object contains both data and methods that control the data. The data represents the state of the......

Read More

Brief about UML Activity Diagram? | UML Interview Question

Activity diagram is another important diagram to describe dynamic behavior. Activity diagram consists of activities, links, relationships etc. It models all types of flows like parallel,......

Read More

Brief about UML Statechart Diagram? | UML Interview Question

Statechart diagrams are one of the five diagrams used for modeling dynamic nature of a system. These diagrams are used to model the entire life cycle of an object. Activity diagram......

Read More

Brief about UML Interaction Diagram? | UML Interview Question

Interaction diagrams are used for capturing dynamic nature of a system. Sequence and collaboration diagrams are the interaction diagrams used for this purpose. Sequence diagrams......

Read More

Brief about UML Use Case Diagram? | UML Interview Question

Use case diagram is used to capture the dynamic nature of a system. It consists of use cases, actors and their relationships. Use case diagram is used at a high level design to capture......

Read More

Brief about UML Deployment Diagram? | UML Interview Question

Component diagrams are used to describe the static deployment view of a system. These diagrams are mainly used by system engineers. Deployment diagrams are consists of nodes and......

Read More

Brief about UML Component Diagram? | UML Interview Question

Component diagrams are special kind of UML diagram to describe static implementation view of a system. Component diagrams consist of physical components like libraries, files, folders......

Read More

Brief about UML Object Diagram? | UML Interview Question

An object diagram is an instance of a class diagram. So the basic elements are similar to a class diagram. Object diagrams are consists of objects and links. It captures the instance......

Read More

Purpose of UML? | Why we need Unified Modeling Language? | UML Interview Question

UML is a general purpose modeling language. It was initially started to capture the behavior of complex software and non software system and now it has become an OMG standard. UML......

Read More

Brief About Different Types of UML Diagrams? | UML Interview Questions

UML diagrams are broadly categorized as structural and behavioral diagrams. Structural diagrams are consists of static diagrams like class diagram, object diagram etc. Behavioral......

Read More

Brief About Class Diagram in UML? | UML Interview Question | Architect Interview Question

Class diagrams are the most popular UML diagrams used by the object oriented community. It describes the objects in a system and their relationships. Class diagram consists of attributes......

Read More

Types Of Diagrams in UML | Diagrams In Unified Modeling Language | Unified Modeling Language Quick Reference Guide | UML Tutorial

The Unified Modeling Language (UML) is a graphical language for visualizing, specifying, constructing, and documenting the artifacts of a software-intensive system.UML provides blue......

Read More