Discussion about UML

Number of replies: 12

Please write down what is class diagram in UML?

In reply to First post

Re: Discussion about UML

by Md. Alif Sheakh -

UML means Unified Modeling Language. UML class diagram is graphical documentation that is used to build and visualize object-oriented systems. A class diagram in UML is used to show the system's structure by offering the system's - classes, their attributes, methods, and the relationships among objects.

In reply to First post

Re: Discussion about UML

by Shazzad Shawon (201-15-3404) -

Class diagram,  Unified Modeling Language is a type of static structure diagram that explain that  - The structure of a system by showing the system's  , their attributes, methods the relationships with objects,classes,operation. 

In reply to First post

Re: Discussion about UML

by Rahad Islam (201-15-3623) -
uml Class diagram is a static diagram. It represents the static view of an application. Class diagram is not only used for visualizing, describing, and documenting different aspects of a system but also for constructing executable code of the software application.
In reply to First post

Re: Discussion about UML

by Sadia Islam Tonni(201-15-3290) -
Class diagrams are the main building block in object-oriented modeling. They are used to show the different objects in a system, their attributes, their operations and the relationships among them.
In reply to First post

Re: Discussion about UML

by Sadia Sultana Chowa ( 201-15-3052 ) -
In UML Class diagram is a type of static structure diagram that describes the structure of a system by showing it's classes, attributes, operations, methods and the relationships among objects.
In reply to First post

Re: Discussion about UML

by Reajul Islam Nizhum -

The acronym UML stands for Unified Modeling Language. A UML class diagram is a schematic representation of an object-oriented framework that is used to construct and visualize it. A class diagram in UML is used to depict the system's configuration by displaying the system's entities, properties, methods, and entity relationships.

In reply to First post

Re: Discussion about UML

by Ieshita Nasrin Bithi (201-15-3216) -
A class diagram in the Unified Modeling Language (UML) is a type of static structure diagram that describes the structure of a system by showing the system's: classes, their attributes, operations (or methods), and the relationships among objects.
In reply to First post

Re: Discussion about UML

by Fahim Shahriar (201-15-3629) -
Class diagram describes the attributes and operations of a class and also the constraints imposed on the system. The class diagrams are widely used in the modeling of object-oriented systems because they are the only UML diagrams, which can be mapped directly with object-oriented languages.
In reply to First post

Re: Discussion about UML

by Risul Islam Jim (201-15-3675) -
In UML means Unified Modeling Language.UML Class diagram is a type of static structure diagram which describes the structure of a system by showing its classes, attributes, operations, methods, and relationships among objects.
In reply to First post

Re: Discussion about UML

by Md. Nazmus Sakib (201-15-3419) -
UML stands for Unified Modeling Language. Basically, UML class diagram is graphical documentation which is used to build and visualize object-oriented systems. UML Class diagram is a static diagram. In UML a class diagram is used to show the system's structure by offering the system's - classes, their attributes, methods, and the relationships among objects.
In reply to First post

Re: Discussion about UML

by Md. Jahidul Islam (201-15-3368) -
A class diagram in the Unified Modeling Language (UML) is a type of static structure diagram that describes the structure of a system by showing the system's: classes, their attributes, operations (or methods), and the relationships among objects.
In reply to First post

Re: Discussion about UML

by Pritom Basak (201-15-3342) -
A Class in UML diagram is a blueprint used to create an object or set of objects. The Class defines what an object can do. It is a template to create various objects and implement their behavior in the system.