Difference between revisions of "UML"

From BITPlan Wiki
Jump to navigation Jump to search
Line 16: Line 16:
 
* https://www.herzbube.ch/article/evaluation-free-uml-tools
 
* https://www.herzbube.ch/article/evaluation-free-uml-tools
 
* https://www.predictiveanalyticstoday.com/open-source-free-unified-modeling-language-uml-tools/
 
* https://www.predictiveanalyticstoday.com/open-source-free-unified-modeling-language-uml-tools/
 +
== Stackoverflow Questions ==
 +
=== Inheritance ===
 +
* [https://stackoverflow.com/questions/53782241/class-diagram-uml Class diagram UML]
 +
<uml>
 +
class Reservation {
 +
date: Date
 +
delete(): boolean
 +
}
 +
class Regular_Reservation {
 +
}
 +
 +
</uml>
  
 
= Learning UML =
 
= Learning UML =
 
{{Link|target=UML-Day}}
 
{{Link|target=UML-Day}}

Revision as of 10:15, 15 December 2018