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 inner classes and what is the practical implementation of inner classes?
Give any criteria when you use an abstract class and an interface?
0 Answers Sans Pareil IT Services,
What is the difference between a class and a structure?
What is garbage collection(gc)?
Name the different creational patterns in object oriented design?
What is meant by inheritance? what are the advantages of inheritance?
What is the function of messaging metaphor?
What is the main difference between a class and an object?
What if we override the conflicting method in the class?
What is the function of pure virtual functions?
How to use CRC Cards for Class Design?
What is data encapsulation and what's its significance?