This page has been designed specifically for the printed screen. It may look different than the page you were viewing on the web.
Please recycle it when you're done reading.
The URI for this page is { http://cc.byexamples.com }
Archives -
Posts tagged as 'design pattern'
-
Singleton is one of my favorite design pattern, I use it to keep a global information for my application such as Configurations, Logger etc. I ... Continue
-
Singleton is one of the common design pattern used to make a class object exist only one instant. I have read some books illustrate the ... Continue