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 constructor and virtual function? Can we call virtual funciton in a constructor?
What is the use of destructive method?
What is the order of call of constructors in inheritiance?
What is diamond inheritance problem? How java 8 solves this problem?
What is bootstrap, extension and system class loader?
Explain what is single and multiple inheritance?
Do structs support inheritance?
USECASE is an implementation independent notation. How will the designer give the implementation details of a particular USECASE to the programmer?
What is single and multiple inheritance?
Define Data Abstraction. What is its importance?
What do you mean by operator overloading?
Explain the concept of multiple inheritance (virtual inheritance). Write about its advantages and disadvantages?