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 abstraction? How does it differ from encapsulation
What is the difference between class inheritance and interface inheritance?
Why dynamic loading is used in object-oriented programming?
Can different parts of a partial class inherit from different interfaces?
State some of the advantages of object oriented programming?
What is difference between polymorphism and normalization?
What is the difference between new and override?
Why abstraction is important?
What is garbage collection(gc)?
What do you mean by Realization?
Which OOPS concept is used as a reuse mechanism?
Do we require a parameter for constructors?