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 are the limitations of inheritance?
Does a class inherit the constructor of its super class?
Explain the different types of constructors
What is inheritance in java?
What is Object Constraint Language (OCL)?
Explain basic concepts of OOPS?
Explain about a class in oop?
Can you create an instance for an abstract class?
What is inheritance?
Why should project managers complete hard problems first in an OOSAD project?
What is composition? Explain the purpose of composition.
Why is OOP good?