es
Feedback
كل مايخص الحاسوب والبرامج (كمبيوتر -اندرويد) برمجة وغيرها

كل مايخص الحاسوب والبرامج (كمبيوتر -اندرويد) برمجة وغيرها

Ir al canal en Telegram

لكل ما يخص الحاسوب

Mostrar más
1 258
Suscriptores
Sin datos24 horas
+77 días
-830 días
Archivo de publicaciones
When the state inside an object changes, it can not change its behavior by switching to a set of different operations
Anonymous voting

................... can be seen as a dynamic version of the Strategy pattern.
Anonymous voting

Strategy pattern allows an object to alter its behavior dynamically according to its internal state.
Anonymous voting

.A Strategy defines a set of algorithms that can be used interchangeably.
Anonymous voting

The Decorator patterns capture ways of expressing the division of operations between classes and optimize how the communication should be handled
Anonymous voting

The operations that make up a single algorithm might be split up between different classes, making a complex arrangement that is difficult to manage and maintain.
Anonymous voting

..................are concerned with algorithms and communication between them.
Anonymous voting

The proxy is often a small (public) object that stands in for a more complex (private) object that is activated once certain circumstances are clear.
Anonymous voting

.................supports objects that control the creation of and access to other objects
Anonymous voting

There are several kinds of proxies except:
Anonymous voting

•The role of the .............. pattern is to provide a way of attaching new state and behavior to an object dynamically.
Anonymous voting

In Adapter Pattern alterations to the original code are required.
Anonymous voting

..............pattern is a versatile(many ways of use ) pattern that joins together types that were not designed to work with each other.
Anonymous voting

Adapter defines a higher-level interface that makes the subsystem easier to use
Anonymous voting

Provide a unified interface to a set of interfaces in a subsystem
Anonymous voting

............includes Abstract Factory, Singleton ,Double-Checked Locking and Factory Method
Anonymous voting

............The purpose of this type is to Give a way to manifest flexible (varying) behavior ,this type is a strategy .It is used for containing variation.
Anonymous voting

Bridge and Decorator used for relating implementation with abstraction.
Anonymous voting