Tool to create classes visually

Is there any tool that help me me create classess and relations , interfaces, methods visually and then the tool convert the diagram into code ?

Search for: UML diagram tool.

UML stands for Unified Modeling Language.

I used to use Posideon UML as well as ArgoUML. Not sure if either are still around.

UML supports a number of different types of diagrams including the ones you asked for. But I never really found detailed class diagrams to be very useful and they tend to quickly become out of date as your software evolves. Pen and paper works better for me.

On the other hand, sequence diagrams can be useful for visualizing overall flow.

1 Like

I also have yet to find UML useful. What has worked for me though is Mind Maps.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.