31. | A structure for a design solution is described by |
Answer: (b).Design patterns
|
32. | Generalization of important design concepts for a recurring problem is done through a |
Answer: (a).Design Pattern
|
33. | To deal with relationship between a collection of actions and a hierarchy of object types, approaches are of |
Answer: (a).2 types
|
34. | Techniques that are used to combine various software components are referred to as |
Answer: (b).Design Patterns
|
35. | Identical nodes of a PR quadtree can be implemented by flyweight for |
Answer: (c).Efficient memory
|
36. | Implementation of identical nodes of a PR quadtree can be done through pattern |
Answer: (a).Flyweights
|
37. | For implementation of PR quadtree data structure, design pattern to use is |
Answer: (b).Flyweights
|