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
Explain about polymorphism?
What is the best tool for modeling and ORM framework
What are the methods required to create changes in subclasses?
What is meant by inheritance? what are the advantages of inheritance?
What is virtual multiple inheritance?
Can we override static methods? Why?
Why abstraction is important?
What is polymorphism? When is it employed? give an example.
How do I make sure that an object is released in code such as a connection or file object?
Explain about encapsulation?
What is the difference between oop and sop?
Explain what a method is?
What is a try/ catch block?
What's the order of call of constructors in inheritiance?
Explain about uml?