Feeds:
Posts
Comments

Archive for the ‘UML’ Category

Types of UML Diagrams
UML defines nine types of diagrams: class (package), object, use case, sequence, collaboration, statechart, activity, component, and deployment.
Class Diagrams
Class diagrams are the backbone of almost every object oriented method, including UML. They describe the static structure of a system.
Package Diagrams
Package diagrams are a subset of class diagrams, but developers sometimes treat them [...]

Read Full Post »