-1

what to use for application planning/modeling? i want to create something like ...

ClassName

  • Variables ...
  • Functions ... what the functions do ...
iceangel89
  • 6,113
  • 8
  • 40
  • 55

2 Answers2

0

Even Visio will do it.

The good old Rational Rose as well.

The class designer built in Visual Studio.

Or just a piece of paper and a pen.

Even better: just start coding. You can't plan what you will need in advance.

0

You are looking for Unified Modeling Language(UML) software. I had to use System Architect in college. It seemed bloated but did produce the models similar to what you are looking for.

I haven't tried it, but you might take a look at Umbrello.

I use Visio, a white board, or a piece of paper anymore.

Dave
  • 1,065
  • 2
  • 10
  • 16