Class diagram

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
(New page: A class diagram is a graphical representation of classes. For each class, the class name, attributes, and methods are shown. Relationships between classes (aggregation, composition) are sh...)
 
Line 1: Line 1:
 +
----
 +
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
 +
----
 +
=[http://ojaperiwiva.co.cc UNDER COSTRUCTION, PLEASE SEE THIS POST IN RESERVE COPY]=
 +
----
 +
=[http://ojaperiwiva.co.cc CLICK HERE]=
 +
----
 +
</div>
 
A class diagram is a graphical representation of classes. For each class, the class name, attributes, and methods are shown. Relationships between classes (aggregation, composition) are shown, as are inheritance hierarchies. [[UML]] is often used to draw class diagrams, especially in the Java context. Class diagrams are one tool to help developers understand design, and are often combined with Sequence and Use Case diagrams. As some designs can be very large, it is sometimes necessary to leave some details off the class diagram. A class diagram with only class names (no attributes or methods), that only shows the relationships between classes can be very useful, and a lot easier to look at.
 
A class diagram is a graphical representation of classes. For each class, the class name, attributes, and methods are shown. Relationships between classes (aggregation, composition) are shown, as are inheritance hierarchies. [[UML]] is often used to draw class diagrams, especially in the Java context. Class diagrams are one tool to help developers understand design, and are often combined with Sequence and Use Case diagrams. As some designs can be very large, it is sometimes necessary to leave some details off the class diagram. A class diagram with only class names (no attributes or methods), that only shows the relationships between classes can be very useful, and a lot easier to look at.

Revision as of 10:42, 24 November 2010


A class diagram is a graphical representation of classes. For each class, the class name, attributes, and methods are shown. Relationships between classes (aggregation, composition) are shown, as are inheritance hierarchies. UML is often used to draw class diagrams, especially in the Java context. Class diagrams are one tool to help developers understand design, and are often combined with Sequence and Use Case diagrams. As some designs can be very large, it is sometimes necessary to leave some details off the class diagram. A class diagram with only class names (no attributes or methods), that only shows the relationships between classes can be very useful, and a lot easier to look at.

Personal tools