Map
Index
Random
Help
th

Quote: a factory method defers object creation to subclasses; it defines an abstract method to be implemented by each subclass; e.g., DrawAppliction overrides Document.DoMakeDocument to return a DrawDocument object

QuoteRef: gammE7_1993 , p. 707



Topic:
design pattern

Quotation Skeleton

Creational class patterns in particular defer some part … called by a base class but defined in … is implemented. In this way the base class … For example, an abstract Application class needs to … The subclass DrawApplication, say, overrides [Document.]DoMakeDocument to return …   Google-1   Google-2

Copyright clearance needed for quotation.


Related Topics up

Topic: design pattern (17 items)

Copyright © 2002-2008 by C. Bradford Barber. All rights reserved.
Thesa is a trademark of C. Bradford Barber.