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 method overriding?
Explain about message passing in object oriented programming?
Can a function be overloaded based on return types?
What is the use of ‘finalize’?
Are constructors inherited? Can a subclass call the parent's class constructor? When?
What is the difference between multiple and multilevel inheritance?
Explain about uml?
What is the difference between aggregation and composition?
Define Data Abstraction. What is its importance?
What's the main difference between arraylist / hashmap and vector / hashtable?
What is the main use of message metaphor in object-oriented programming?
What is inheritance in java?