|
-
July 14th, 2015, 02:51 AM
#4
Re: Is Template Method design pattern and Hook the same thing by different names?
In addition to the above: the Template method pattern is more about defining a concrete sequence of steps for an operation/algorithm, but with the details of each step abstracted away, so that subclasses can provide different implementations within the "frame" established by the base class.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|