InterviewSolution
Saved Bookmarks
| 1. |
Which of the below is not a valid design pattern?(a) Singleton(b) Factory(c) Command(d) Java |
|
Answer» The correct answer is (d) Java To elaborate: Design pattern is a general repeatable solution to a commonly occurring problem in software design. There are various patterns available for use in day to day coding problems. |
|