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 is need of DAO? Write one simple DAO example?
What is the enumerator of the java collection framework? : java collections
What are the types of java collections? : java collections
Hi we have an urgent requirement for Java/J2ee technical lead position & also looking for "Java Guidewire claimcentre" experienced professional for Bangalore location if interested can reach srisanh@gmail.com
Q1. A. Write note on "The class path Environment Variable". B. Which are different kinds of source code? Q2. A. How to create an interface? B. Why convert an applet to an application? Q3. A. How to use Media tracker Class. B. How to use string tokenizer class. Q4. A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on "The properties class" Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.
What are the different types of classes implemented in the set interfaces? : java collections
What are the different types of features of the java collections framework? : java collections
Is it Mandatory to map each pojo class variable with table column in Hibernate? Is there any alternative to skip some of those? Thanks in advance...
2. Write a interface "Car" with the following methods void setName(String) String getName() void setColor(String) String getColor() void setModel(long) long getModel()
Which interface does java.util.hashtable implement?
Should we create system software ( e.g operating system ) in java ?
how to delete cookie information?and when it will delete?