Saved Bookmarks
| 1. |
Describe The Builder Design Pattern |
|
Answer» In a builder design PATTERN, an object creation process is separated from the object design construct. This is USEFUL becuase the same METHOD that DEALS with CONSTRUCTION of the object, can be used to construct different design constructs. In a builder design pattern, an object creation process is separated from the object design construct. This is useful becuase the same method that deals with construction of the object, can be used to construct different design constructs. |
|