Difference between revisions of "Graph"

From BITPlan Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
}
 
}
 
</graphviz>
 
</graphviz>
 +
== Graphs versus Object orientation ==
 +
<uml>
 +
class Person {
 +
  Name
 +
}
 +
Person "leader 1" -> "employee" Person
 +
</uml>
 
= Links =
 
= Links =
 
* https://en.wikipedia.org/wiki/Graph_(discrete_mathematics)
 
* https://en.wikipedia.org/wiki/Graph_(discrete_mathematics)
 +
* https://en.wikipedia.org/wiki/Object-oriented_analysis_and_design
  
 
[[Category:SiGNaL]]
 
[[Category:SiGNaL]]

Revision as of 10:00, 1 February 2019