what is class/object diagram
Answers were Sorted based on User's Feedback
Answer / dharmendra
1.class/object digram shows the relationship between
classes or objects.
2.class object digram shows the attributs and functions of
perticular class.
3.It also shows the class involve in the system.
4.It gives the basic idea about the system working.
| Is This Answer Correct ? | 33 Yes | 3 No |
Answer / sukumar
Class diagram is daigram that shows a set of classes,
interfaces,collaborations and their relationships.
Object duiagram is a diagram that shows a set of objects
and their relationships.Both are used to show the static
structure of a system.to construct a class diagram we have
to understand context of the system and overall
responsebilities.identify the classes in ur system and
distribute responsebilities to all classes and provide
attributes and opertations.
To construct an object diagram identify the objects in
classes and give relationships to them how they are
excuting.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / amol
In 100 cc solution, quantity
of baric acid = 80 cc and
quantity of water = 20 cc.
Suppose x litres of water be
added to mak
| Is This Answer Correct ? | 3 Yes | 28 No |
what are advantages of HQL? what are advantages of Native SQL? what are advantages of Criteria API?
What are the types of interface used in the java collections? : java collections
Which of the following declaration is wrong? int i=45; float j = 45.0; double k=45.0;
who will give req's to u?. how they send req's to u? . what design documents contains?. when bugs raised on other developer code how to report to them?.(throgh mail or ........). how to retrive 100 recods from dao layer to presentation layer.using which collection?. what is sequence diagram.?.
What is difference between Application Server and Web Server?
What are the queues in the java collection framework? : java collections
which book is the best for preparing for SCWCD 1.5
what is the difference between through and throws?
What is the use of hashcode in java ?
What are the interfaces in java collections? : java collections
what about web architecture?
Which sorting algorithm is used by collections.sort() in java ?