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 |
What is the difference between class and interface?
What is a nested interface?
Define Data Abstraction. What is its importance?
What is a friend function?
Tell me something about abstract classes?
If a method definition has been specified in the base class and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
Difference between abstraction and implementation hiding ?
What is a try/ catch block?
State two differences between an object and a class.
Why dynamic loading is used in object-oriented programming?
Explain the meaning of object in object oriented programming?
Can an interface contain fields?