what is class/object diagram

Answers were Sorted based on User's Feedback



what is class/object diagram..

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

what is class/object diagram..

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

what is class/object diagram..

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

Post New Answer

More Java J2EE AllOther Interview Questions

where is JNDI being used in java platform?

2 Answers  


What are the uses of the set interfaces in the java collections? : java collections

0 Answers  


Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword

0 Answers   TCS,


What are the classes in the java collection framework? : java collections

0 Answers  


What is the use of the list interface in the java collection? : java collections

0 Answers  






How to call the m1() method of Base class in below snippet ? class Base { public void m1() { System.out.println("Base m1 "); } public void m2() { System.out.println("Base m1 "); } } ====================== class Derived extends Base { public void m1() { System.out.println("Derived m1"); } public void m3() { System.out.println("Derived m3"); } public static void main(String[] args) { Base ob=new Derived(); ob.m1(); //System.out.println("Hello World!"+ob.m1()); } }

6 Answers   Cap Gemini, TCS,


Which sorting algorithm is used by collections.sort() in java ?

0 Answers  


What is IOC in spring?

10 Answers   Centris,


what is difference between struts1.2 and struts2.0

1 Answers  


can u draw class/object diagram for ATM

0 Answers   HCL, Zycus Infotech,


what is filter ?

2 Answers   SolutionNET,


What is markup language?

1 Answers  


Categories