Computer Science McqsSoftware Design

100+ MCQ & Answer c | page-10 |Computer Engineering MCQ And Answer

91.
Which of the following is an object pattern that encapsulates interchangeable algorithms in objects so the algorithm can vary independently of the classes that use it?

92.
Which GRASP pattern is suitbale to handle alternatives based on type?

93.
A concrete class must have ………..

94.
It is also known as Wrapper, it is used when subclassing is not possible or practical to add functionality and it is used to add functionality at runtime. This pattern is

95.
The Proxy pattern deals with situations where you have a complex object or it takes a long time to create the object.

96.
The main advantage of design patterns:

97.
Which Design Pattern should you use when you want to parameterize objects by an action to perform.

98.
Which Design Pattern should you use whenyou want to represent part-whole hierarchies of objects.

99.
Which Design Pattern should you use when an application uses a large number of objects and the storage costs are high because of the sheer quantity of objects.

100.
_____ is a measure of how strongly one element is connected to, has knowledge of, or relies on other elements.

Leave a Reply

Your email address will not be published. Required fields are marked *