What is UML Class Diagram? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 20

What is UML Class Diagram?

What is UML class diagram in Java?

6th Mar 2019, 3:51 AM
Khalid Saifullah Fuad
Khalid Saifullah Fuad - avatar
6 Respostas
+ 11
7th Mar 2019, 3:38 PM
Geovanny MartĆ­nez Forero
Geovanny MartĆ­nez Forero - avatar
+ 10
(from Wikipedia) InĀ software engineering, 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.
6th Mar 2019, 7:31 AM
Š¢ŠøŠ¼Š¾Ń„ŠµŠ¹ Š”тŠ°Ń€Š¾Š“уŠ±Ń†ŠµŠ²
Š¢ŠøŠ¼Š¾Ń„ŠµŠ¹ Š”тŠ°Ń€Š¾Š“уŠ±Ń†ŠµŠ² - avatar
+ 6
And it's important to note that UML is not limited to Java, but rather useful for all object oriented languages.
7th Mar 2019, 12:24 AM
merkrafter
+ 6
UML stands for Unified modelling language which is diagrammatic view of programs. It can be used by anyone whether in software engineering or others to maximise the results efficiently.
7th Mar 2019, 7:29 PM
Ashish Gupta
+ 3
It is very important diagram when we are working on some project
7th Mar 2019, 1:53 PM
Harsh Shah
+ 2
UML class diagram is a sort of structural diagram which shows relation between different classes and it is the closest diagram to coding and can be translated easily to codes in different programming languages... each class have operations and attributes, and it can show each of these visibility. in a class diagram u can show inheritance and aggregation , composition, bidirectional and unidirectional association of classes.. each association can have multiplicity.
27th May 2019, 12:34 PM
S/\/\:)LE
S/\/\:)LE - avatar