Template Method
        Posted  
        
        on Code Project
        
        See other posts from Code Project
        
        
        
        Published on Sat, 06 Feb 2010 13:10:00 GMT
        Indexed on 
            2010/06/10
            0:03 UTC
        
        
        Read the original article
        Hit count: 259
        
Filed under: 
        Consider you need to develop some searching engine. Engine will look for different messages that has been sent. Searching process consists with few operations which make sense for each of message, BUT could have some characteristic which differs.You want to write Searcher, which will allow you encap
        
        © Code Project or respective owner