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 main advantage of using inheritance?
What is data abstraction? what are the three levels of data abstraction with Example?
What do you meant by "SBI" of an object?
What is a try/ catch block?
Is is possible to define our own functional interface?
Explain the term constructor
Can an interface implement or extend another interface?
What's the main difference between arraylist / hashmap and vector / hashtable?
Can you create an instance for an abstract class?
Explain what is object oriented programming language?
Can a function be overloaded based on return types?
What is a Persistent, Transient Object?