How do you represent static members and abstract
classes in Class Diagram?
Answers were Sorted based on User's Feedback
Answer / 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 |
What do you mean by abstract classes?
Every object has : state, behavior and identity - explain
2 Answers InfoAxon Technologies, Protech,
How many methods do u implement if implement the serializable interface?
Explain what is single and multiple inheritance?
Can a function be overloaded based on return types?
What is inheritance?
Differentiate between overloading and overriding.
What is meant by “abstract interface”?
Differences between functional programming and object-oriented programming?
Does a class inherit the constructor of its super class?
What is the syntax of object oriented method call?
What are the methods required to create changes in subclasses?