DocumentCode
926598
Title
Refreshing patterns
Author
Wirfs-Brock, Rebecca J.
Volume
23
Issue
3
fYear
2006
Firstpage
45
Lastpage
47
Abstract
Different authors make different design choices, and their descriptions of the same pattern will vary. Although the author assign to students the original versions of patterns as presented in design patterns, the author also expose them to other published variations. Consider the composite pattern. It supports composing objects into tree structures. In such a structure, an object can either be a container for other objects (playing the role of composite) or not (playing the role of leaf). When design patterns were published, interfaces weren´t a part of any popular programming language. So, the authors relied on abstract class definitions which opened the door for declaring default method implementations and common attributes
Keywords
abstract data types; object-oriented programming; tree data structures; composite pattern; default method implementation; design pattern; programming language; tree structures; Books; Clouds; Computer languages; Containers; Java; Programming; Runtime; Software design; Tree data structures; Writing; design patterns;
fLanguage
English
Journal_Title
Software, IEEE
Publisher
ieee
ISSN
0740-7459
Type
jour
DOI
10.1109/MS.2006.81
Filename
1628939
Link To Document