How do you represent static members and abstract
classes in Class Diagram?
Answers were Sorted based on User's Feedback
Answer / naveen sisupalan
Abstract classes are represented using a special tag
{abstract} and the name of the class is represented in
Italics. Static members are represented as underlined members.
| Is This Answer Correct ? | 8 Yes | 0 No |
Explain what is an object?
Explain about realistic modeling?
What is Abstract method and how different from Virtual Method?
What is a try/ catch block?
What is a virtual function?
Can we access interface static method using interface references?
What are base class, sub class and super class?
Does java support multiple inheritance? if not, what is the solution?
What are manipulators?
Difference: Object Oriented Analysis (OOA) and Object Oriented Design (OOD)?
Why is OOP good?
What is composition? Explain the purpose of composition.