Computer Science McqsSoftware Design

100+ MCQ & Answer Software Design | page-09 |Computer Engineering MCQ And Answer

81.
The __________ allows an object to alter its behavior when its internal state changes.

82.
In which of the following pattern, a null object replaces check of NULL object instance?

83.
In which of the following pattern, a visitor class is used which changes the executing algorithm of an element class?

84.
Which of the following represents The (static) structure and (dynamic) behavior of the pattern?

85.
Which of the following is not one of the elements of a design pattern?

86.
Define a family of algorithms, encapsulate each one, and make them interchangeable. It lets the algorithm vary independently from clients that use it.

87.
Encapsulate a request as an object, there by letting you parametrize clients with different requests, queue or log requests, and support undoable operation.

88.
Which design pattern is used in the Java Database connectivity JDBC(TM)?

89.
Which design pattern you would you use to limit the class instantiation to one object?

90.
Which of the following patterns allows multiple objects an opportunity to process a request without guaranteeing that any of them must process it?

Leave a Reply

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