IT Placement Papers JAVA Java Patterns
This category contains Java Patterns Interview Questions and Answers |
What should be the level of detail/abstraction which should be provided by a design pattern?
|
|
|
|
|
Design patterns should present a higher abstraction level though it might include details of the solution. However, these details are lower abstractions and are called strategies. There may be more than one way to apply these strategies in implementing the patterns.
Only registered users can write comments. Please login or register.
|