B
Birdman
How do I show a static variable in Visio? Also, how do I show Random as the
type without creating a Random class in the UML class diagram? For example,
here is part of the class that I need to visualize with Visio:
public class RaceCar{
private static Random randomizer;
private string name;
private int speed;
}
Thanks for any help!
type without creating a Random class in the UML class diagram? For example,
here is part of the class that I need to visualize with Visio:
public class RaceCar{
private static Random randomizer;
private string name;
private int speed;
}
Thanks for any help!