Explain Class Diagram in Detail.
Answer Posted / 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 |
Post New Answer View All Answers
Can you create an instance of an interface?
What is the best tool for modeling and ORM framework
What is the use if instanceof keyword?
Which oops concept is used as reuse mechanism?
What is the function of dynamic typing?
Why is C not an OOP language?
Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?
What is the difference between a class and an object?
What is the function of pure virtual functions?
Can an interface contain fields?
What are the properties that are defined in an object model?
What is a functional interface? What is sam interface?
Explain what is single and multiple inheritance?
What does the keyword virtual represented in the method definition?
How a program can be structured using the concept of object oriented programming?