InterviewSolution
Saved Bookmarks
| 1. |
What Is Gang of Four (GOF) in Design Patterns? |
|
Answer» Gang of Four (GOF) are the 4 superheroes who invented the concept of design patterns. These heroes are ERICH Gamma, Ralph JOHNSON, Richard HEL and John Vlissides. These people documented the design patterns in a book called “Design Patterns: ELEMENTS of Reusable Object-Oriented Software” in 1995. If not for these people, the software developers WOULD have wasted time-solving problems of recurring nature instead of focussing on business requirements. |
|