UML supports notion of abstract operation ( you can mark it in StarUML with Property Inspector). In C++ code generation it maps to pure virtual functions.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I don't see an option to do virtual methods for c# nor c++, is this
available anywhere?
Patrick
UML supports notion of abstract operation ( you can mark it in StarUML with Property Inspector). In C++ code generation it maps to pure virtual functions.