Menu

are virtual methods supported?

Help
Patrick
2012-11-17
2012-11-21
  • Patrick

    Patrick - 2012-11-17

    I don't see an option to do virtual methods for c# nor c++, is this
    available anywhere?

    Patrick

     
  • Janusz Szpilewski

    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.

     

Log in to post a comment.