

MCQOPTIONS
Saved Bookmarks
This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your Software Engineering knowledge and support exam preparation. Choose a topic below to get started.
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 mentioned |
Answer» C. Observer | |
2. |
Design pattern is a solution to a problem that occurs repeatedly in a variety of contexts. |
A. | True |
B. | False |
Answer» B. False | |