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