• العربية (مصر)
    • English (United States)
    • Deutsch (Deutschland)
    • Español (España, alfabetización internacional)
    • français (France)
    • हिंदी (भारत)
    • italiano (Italia)
    • 日本語 (日本)
    • 한국어 (대한민국)
    • Nederlands (Nederland)
    • polski (Polska)
    • русский (Россия)
    • ไทย (ไทย)
    • Türkçe (Türkiye)
    • Tiếng Việt (Việt Nam)
    • 中文(中华人民共和国)
    • 中文(香港特別行政區)
  • تسجيل الدخول
  • سجل
DotNetAge - Mvc & jQuery CMS

Structural Patterns

  • rss
  • atom

Proxy password

avatar
Ray

Provide a surrogate or placeholder for another object to control access to it.


  • 17/06/2011 03:45:34 ص
  • Votes (0)
  • وفيما يلي
    (981)
  • تعليقات
    (0)

Flyweight

avatar
Ray

Use sharing to support large numbers of fine-grained objects efficiently.


  • 17/06/2011 03:38:42 ص
  • Votes (0)
  • وفيما يلي
    (1059)
  • تعليقات
    (0)

Facade

avatar
Ray

Provide a unified interface to a set of interfaces in a subsystem. Façade defines a higher-level interface that makes the subsystem easier to use.


  • 17/06/2011 03:30:23 ص
  • Votes (0)
  • وفيما يلي
    (1093)
  • تعليقات
    (0)

Decorator

avatar
Ray

Attach additional responsibilities to an object dynamically. Decorators provide a flexible alternative to subclassing for extending functionality.


  • 17/06/2011 03:25:54 ص
  • Votes (0)
  • وفيما يلي
    (1067)
  • تعليقات
    (0)

Composite

avatar
Ray

Compose objects into tree structures to represent part-whole hierarchies. Composite lets clients treat individual objects and compositions of objects uniformly.


  • 17/06/2011 03:06:36 ص
  • Votes (0)
  • وفيما يلي
    (1444)
  • تعليقات
    (0)

Bridge

avatar
Ray

Decouple an abstraction from its implementation so that the two can vary independently.


  • 17/06/2011 02:59:38 ص
  • Votes (0)
  • وفيما يلي
    (1053)
  • تعليقات
    (0)

Adapter

avatar
Ray

Convert the interface of a class into another interface clients expect. Adapter lets classes work together that couldn't otherwise because of incompatible interfaces.


  • 17/06/2011 02:50:07 ص
  • Votes (0)
  • وفيما يلي
    (969)
  • تعليقات
    (0)