Click here to Skip to main content
15,889,838 members
Articles / Programming Languages / C#

Template method pattern and Action in C#

Rate me:
Please Sign up or sign in to vote.
4.60/5 (5 votes)
21 Jun 2011CPOL1 min read 30.2K   11  
An abstract base class with abstract methods and a common method with implementation which will be used by the implementer classes of the abstract class.
No downloads associated with this content

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Australia Australia

Comments and Discussions