InterviewSolution
Saved Bookmarks
| 1. |
Design pattern is a solution to a problem that occurs repeatedly in a variety of contexts.(a) True(b) FalseThis question was posed to me by my college director while I was bunking the class.The doubt is from Software Design Pattern topic in division Design and Implementation of Software Engineering |
|
Answer» RIGHT OPTION is (a) True To explain I would say: Each DESIGN pattern has a name and USE of each pattern has consequences. |
|