Explain Class Diagram in Detail.
Answers were Sorted based on User's Feedback
Answer / naveen sisupalan
Class diagram will give you a static picture of the system
irrelevant to time. It also represents the relationship
between classes.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / anu
a class diagram is a type of static structure diagram,which
describes the structure of a system.
which represents the classes, attributes, and the
relationships between the classes.
| Is This Answer Correct ? | 3 Yes | 0 No |
What is inheritance in java?
Difference between Composition and Aggregation
What is the difference between aggregation and composition?
Explain what is an object?
Name the different creational patterns in object oriented design?
Which oops concept is used as reuse mechanism?
What is the purpose of late binding in object-oriented programming?
Why dynamic loading is used in object-oriented programming?
What are the different types of inheritance?
What are the basic concepts of oop?
Every object has : state, behavior and identity - explain
2 Answers InfoAxon Technologies, Protech,
Explain the purpose of composition.