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
If a method definition has been specified in class , its 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?
What is meant by “abstract interface”?
Explain the abstract class modifier?
How many methods are there in the externalizable interface?
What does it mean that a method or class is abstract?
Explain the implementation phase with respect to oop?
What is a friend function?
What is a final variable?
What is data abstraction? what are the three levels of data abstraction with Example?
What's the benefit of using inheritance?
Can you use virtual, override or abstract keywords on an accessor of a static property?
Write a program to show the inheritance used in a class.
Why dynamic binding is used in object-oriented programming?
What are the different principle of OOPS?
How to define an abstract class?