<<< The architecture of a three-tiered application | Index | UML diagramming notes >>> |
A UML diagram of a Product class might look like this:
A Java file describes the same concept using Java syntax:
public class Product { //... }
<<< The architecture of a three-tiered application | Index | UML diagramming notes >>> |