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 |
USECASE is an implementation independent notation. How will the designer give the implementation details of a particular USECASE to the programmer?
What is data abstraction? what are the three levels of data abstraction with Example?
Does a class inherit the constructor of its super class?
Comment: C++ "includes" behavior and java "imports"
What is the need of multiple inheritance?
Explain about abstraction?
Do we require parameter for constructors?
What is a nested interface?
What is virtual?
Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?
What is the difference abstract class and interface?
Differentiate between an abstract class and an interface?