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
Why we use oops concepts? What is its advantage?
Explain about polymorphism?
What is the significance of encapsulation?
Can we override static methods? Why?
What is a static method? Why do we need static methods in java 8 interfaces?
Explain about a class?
How can I be thrown polymorphically?
What are the access modifiers?
Why is C not an OOP language?
Can an interface inherit from another interface?
Explain the usage of encapsulation?
What are abstract classes?
How to achieve data abstraction?
Name some languages which have object oriented language and characteristics?
Are constructors inherited? Can a subclass call the parent's class constructor? When?