I am trying to create UML diagrams but can not mark a class as Abstract. Please help.
相关问题
- System sequence diagram - Can system request input
- Does Visual Studio 2010 Professional support UML m
- Can a [GoF]-ConcreteSubject override the notify me
- How to represent enumeration classes with methods
- How to read Visio Document content in C#
相关文章
- Code Iris plugin on Android Studio
- Exporting VS2010 class diagrams to Visio
- Designing a sequence diagram for an auction system
- Game engine design choice [closed]
- state transition with different guard condition
- I cannot add views when reverse engineering my dat
- Resources for learning how to better read code
- Relationships in a UML class diagram
Right-click on the class, either in a static structure diagram, or in the Model Explorer. Activate the "Properties" context menu item to bring up the properties dialog for that class.
On the first tab, check the "IsAbstract" checkbox.
The class will now be displayed in italics.