InterviewSolution
Saved Bookmarks
| 1. |
Which pattern prevents one from creating more than one instance of a variable?(a) Factory Method(b) Singleton(c) Observer(d) None of the mentionedThe question was asked during an interview.I'd like to ask this question from Software Design Pattern topic in chapter Design and Implementation of Software Engineering |
|
Answer» The correct choice is (b) SINGLETON |
|