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?
Explain persistence?
What is the difference between public, private and protected access modifiers?
Define a good interface?
Explain what is object oriented programming language?
What are the different types of inheritance?
Explain method overriding.
What is the difference between abstract & interface?
What are the limitations of oops?
Where shall I go for Package Diagram?
What do you meant by "SBI" of an object?
Why abstraction is important?