Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Explain Different elements of a collaboration diagram
Explain Different elements of a collaboration diagram ?
✍: Guest
Classifier Role :It classifies a role.br>
Association Role : It shows the relation between two classifier roles.br>
Multi-Object : It used to show operation related to entire set of objects rather than on a
single object.br>
Constraint : Conditions which must be maintained as true in order that system is valid.
2-Element Constraint: It shows a constraint on two classes or associations.
OR constraint: It shows an OR constraint on two classes or associations.
2007-10-26, 5846👍, 0💬
Popular Posts:
What is Traceability Matrix? Traceability Matrix is one of the document will prepare by QA.To make s...
How To Enter Numeric Values as HEX Numbers? - MySQL FAQs - Introduction to SQL Basics If you want to...
Write out a function that prints out all the permutations of a string. For example, abc would give y...
How can you determine the size of an allocated portion of memory? You can't, really. free() can , bu...
Can include files be nested? The answer is yes. Include files can be nested any number of times. As ...