Talk:Builder pattern: Difference between revisions

Content deleted Content added
No edit summary
SineBot (talk | contribs)
m Signing comment by 71.57.242.240 - ""
Line 52:
 
==Abstract Builder class==
In the diagram, the Builder should be italicized to indicate that it is an Abstract class. If it is an interface rather than abstract class (alá Java), then it would be better served with an <<interface>> stereotype. <small>—Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/71.57.242.240|71.57.242.240]] ([[User talk:71.57.242.240|talk]]) 22:06, 12 February 2008 (UTC)</small><!-- Template:UnsignedIP --> <!--Autosigned by SineBot-->
 
==Correspondance between the sequence diagram and the Java program==