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 is data abstraction? what are the three levels of data abstraction with Example?
Can you define OOP and principles of OOP?
What is an USECASE? Why it is needed?
what are the different ways for a method to be overloaded?
How to make a class accessible as a web service?
What is the @functionalinterface annotation?
Explain about inheritance?
What are the basic concepts of oop?
What is the difference between function overloading and over riding?
How to differentiate between a CreateObject() and GetObject() ?
Explain the implementation phase with respect to oop?
Can a class in java be inherited from more than one class?