Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2
Unified Modeling Language. In short if you want to explain your class structure using a diagram, you do it using UML. Squares are used, similarly to database structure. But instead of columns you enter the fields (variables and methods). You use the "+" sign for public fields and "-" for private ones. And using different types of lines, one would understand that there is an inheritance, implementation, aggregation, composition etc. I personally don't like UML. It does not help you in solving problems. But it is required in schools and interviews
16th Jul 2017, 8:01 AM
Claudiu Stefan Haidu
Claudiu Stefan Haidu - avatar