How do you represent static members and abstract
classes in Class Diagram?
Answer Posted / 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 |
Post New Answer View All Answers
What do you mean by data hiding?
Which OOPS concept exposes only the necessary information to the calling functions?
Whether static method can use nonstatic members?
Why is OOP good?
Explain about uml?
What is the difference abstract class and interface?
If a class inherits an interface, what are the 2 options available for that class?
What's the benefit of using inheritance?
What is the main advantage of using inheritance?
Explain the purpose of composition.
What is the practical implementation of inner classes?
explain dynamic binding
Explain the term constructor
What is composition? Explain the purpose of composition.
What is the use if instanceof keyword?