InterviewSolution
Saved Bookmarks
| 1. |
You want to minimize development cost by reusing methods? Which design pattern would you choose?(a) Adapter Pattern(b) Singleton Pattern(c) Delegation pattern(d) Immutable PatternI got this question in semester exam.Origin of the question is Software Design Pattern in portion Design and Implementation of Software Engineering |
|
Answer» Right answer is (c) Delegation pattern |
|