Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Is this still a Template method pattern when method1() - method3() are not virtual or abstract, so calling initialize() will not call those method from child class? Commented Feb 25, 2014 at 14:05
  • Ah, I see: Java syntax where all methods can be overriden. Commented Feb 25, 2014 at 14:11
  • yups.. and so you can enforce methods to be executed in a specified sequence in java. Commented Feb 25, 2014 at 15:49