Thursday, September 12, 2013

Difference between DesignPatterns and Frameworks ?


Design Patterns : 

- Design Patterns are strategies that allow programmers to share knowledge about the recurring problems and their solutions.


Framework : 

- Framework is a set of well-defined classes and interfaces that provides services to our application. With a framework, it contains the executing routines and invokes operations on to your extensions through inheritance and other means.


source: Spring and Hibernate SANTOSH KUMAR K

No comments:

Post a Comment