Home Freemagazine Issue9 Design Pattern



Design Pattern
Posted on: October 11, 2010 at 12:00 AM
These types of design patterns are used as templates. These design patterns are used in such conditions when we need a parent class having one or more methods to be implemented by their child classes.

Design Pattern

       

  1. Template Design Pattern
    These types of design patterns are used as templates. These design patterns are used in such conditions when we need a parent class having one or more methods to be implemented by their child classes. This design pattern introduces an idea of defining an algorithm in a class and leaving some of the methods to be implemented by their subclasses.

    This design pattern is used to develop similar kind of operations template, reusing the common behavior to simplify code, algorithm related improvement, from many generalized to specialized operations.

Read more information at:

http://www.javajazzup.com/issue9/page36.shtml

Related Tags for Design Pattern:


More Tutorials from this section

Ask Questions?    Discuss: Design Pattern  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.