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 are inner classes and what is the practical implementation of inner classes?
Write a program to show the inheritance used in a class.
What is multiple inheritance? How java 8 supports multiple inheritance?
What is dynamic or run time polymorphism?
How many methods do u implement if implement the serializable interface?
State some of the advantages of object oriented programming?
explain dynamic binding
Can you give some examples of tokens?
Which OOPS concept exposes only the necessary information to the calling functions?
what is virtual function and pure virtual function ?
Which OOPS concept is used as a reuse mechanism?
Define Initialisation Purpose.
State about java and its relation to object oriented programming?
Can I implement polymorphism using abstract class?
Why dynamic loading is used in object-oriented programming?