Archive for the 'Design Patterns' Category

Singelton pattern

Posted on October 15 2009 by Sachin Jain

Singelton pattern is required where we need single instance of class. Example inĀ financialĀ domain applications there is major requirement of security and class need to have single instance and no other can use same instance of the class.

Difference between interface and abstract classes

Posted on October 15 2009 by Sachin Jain

Following are the 6 differences between abstract classes and interfaces :-
1) A class can implement as many interfaces, but an subclass at most one abstract class.

Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Powered by Sachin Jain