How do you represent static members and abstract classes in Class Diagram?

Showing Answers 1 - 2 of 2 Answers

SKPasu

  • Aug 19th, 2010
 

Abstract classes and pure virtual functions are represented by writing their names in italics.
An abstract class can also be marked with the {abstract} property. i.e
you can write this {abstract} besides the abstract class name.
Static members are represented as underlined members.


Regs,
PSK

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions