Browse Wiki & Semantic Web

Jump to: navigation, search
Http://dbpedia.org/resource/Delegation pattern
  This page has no properties.
hide properties that link here 
  No properties link to this page.
 
http://dbpedia.org/resource/Delegation_pattern
http://dbpedia.org/ontology/abstract Делегирование (англ. Delegation) — шаблон Делегирование (англ. Delegation) — шаблон проектирования, в котором объект внешне выражает некоторое поведение, но в реальности передаёт ответственность за выполнение этого поведения связанному объекту. Шаблон делегирования является фундаментальной абстракцией, на основе которой реализованы другие шаблоны - композиция (также называемая агрегацией), примеси (mixins) и аспекты (aspects).ей), примеси (mixins) и аспекты (aspects). , En Ingeniería de software, el patrón de diEn Ingeniería de software, el patrón de diseño de delegación es una técnica en la que un objeto de cara al exterior expresa cierto comportamiento pero en realidad delega la responsabilidad de implementar dicho comportamiento a un objeto asociado en una relación inversa de responsabilidad. El patrón de diseño de Delegación es la abstracción fundamental que da soporte a la (también referida como agregación), los mixin y los aspectos.omo agregación), los mixin y los aspectos. , 委托模式(delegation pattern)是软件设计模式中的一项基本技巧。在委托模式中,有两个对象参与处理同一个请求,接受请求的对象将请求委托给另一个对象来处理。委托模式是一项基本技巧,许多其他的模式,如、策略模式、访问者模式本质上是在更特殊的场合采用了委托模式。委托模式使得我们可以用来替代继承,它还使我们可以模拟mixin。 , In software engineering, the delegation paIn software engineering, the delegation pattern is an object-oriented design pattern that allows object composition to achieve the same code reuse as inheritance. In delegation, an object handles a request by delegating to a second object (the delegate). The delegate is a helper object, but with the original context. With language-level support for delegation, this is done implicitly by having <a href="/wiki/Self_(computer_science)" class="mw-redirect" title="Self (computer science)">self</a> in the delegate refer to the original (sending) object, not the delegate (receiving object). In the delegate pattern, this is instead accomplished by explicitly passing the original object to the delegate, as an argument to a method. Note that "delegation" is often used loosely to refer to the distinct concept of forwarding, where the sending object simply uses the corresponding member on the receiving object, evaluated in the context of the receiving object, not the original object. Note that this article uses "sending object/receiving object" for the two objects, rather than "receiving object/delegate", emphasizing which objects send and receive the delegation call, not the original call.he delegation call, not the original call.
http://dbpedia.org/ontology/wikiPageExternalLink http://c2.com/cgi/wiki%3FWhatIsDelegation + , http://rosettacode.org/wiki/Delegate +
http://dbpedia.org/ontology/wikiPageID 148655
http://dbpedia.org/ontology/wikiPageLength 4379
http://dbpedia.org/ontology/wikiPageRevisionID 1027880311
http://dbpedia.org/ontology/wikiPageWikiLink http://dbpedia.org/resource/Category:Software_design_patterns + , http://dbpedia.org/resource/Object_%28computer_science%29 + , http://dbpedia.org/resource/Forwarding_%28object-oriented_programming%29 + , http://dbpedia.org/resource/Kotlin_%28programming_language%29 + , http://dbpedia.org/resource/Category:Articles_with_example_Java_code + , http://dbpedia.org/resource/Software_design_pattern + , http://dbpedia.org/resource/Object-oriented_programming + , http://dbpedia.org/resource/Software_engineering + , http://dbpedia.org/resource/Code_reuse + , http://dbpedia.org/resource/Helper_object + , http://dbpedia.org/resource/Class_%28computer_programming%29 + , http://dbpedia.org/resource/Delegation_%28computing%29 + , http://dbpedia.org/resource/Object_composition + , http://dbpedia.org/resource/Inheritance_%28object-oriented_programming%29 + , http://dbpedia.org/resource/Rosetta_Code + , http://dbpedia.org/resource/Category:Articles_with_example_C%2B%2B_code + , http://dbpedia.org/resource/Facade_pattern + , http://dbpedia.org/resource/Design_pattern + , http://dbpedia.org/resource/Schizophrenia_%28object-oriented_programming%29 + , http://dbpedia.org/resource/Delegation_%28object-oriented_programming%29 + , http://dbpedia.org/resource/Aspect-oriented_programming +
http://dbpedia.org/property/wikiPageUsesTemplate http://dbpedia.org/resource/Template:Quote + , http://dbpedia.org/resource/Template:Design_Patterns_Patterns + , http://dbpedia.org/resource/Template:Reflist +
http://purl.org/dc/terms/subject http://dbpedia.org/resource/Category:Articles_with_example_C%2B%2B_code + , http://dbpedia.org/resource/Category:Software_design_patterns + , http://dbpedia.org/resource/Category:Articles_with_example_Java_code +
http://purl.org/linguistics/gold/hypernym http://dbpedia.org/resource/Pattern +
http://www.w3.org/ns/prov#wasDerivedFrom http://en.wikipedia.org/wiki/Delegation_pattern?oldid=1027880311&ns=0 +
http://xmlns.com/foaf/0.1/isPrimaryTopicOf http://en.wikipedia.org/wiki/Delegation_pattern +
owl:sameAs http://www.wikidata.org/entity/Q23805 + , https://global.dbpedia.org/id/2FEt4 + , http://yago-knowledge.org/resource/Delegation_pattern + , http://zh.dbpedia.org/resource/%E5%A7%94%E6%89%98%E6%A8%A1%E5%BC%8F + , http://ru.dbpedia.org/resource/%D0%A8%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD_%D0%B4%D0%B5%D0%BB%D0%B5%D0%B3%D0%B8%D1%80%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D1%8F + , http://rdf.freebase.com/ns/m.0131q6 + , http://dbpedia.org/resource/Delegation_pattern + , http://es.dbpedia.org/resource/Delegation_%28patr%C3%B3n_de_dise%C3%B1o%29 + , http://hu.dbpedia.org/resource/Deleg%C3%A1ci%C3%B3minta +
rdf:type http://dbpedia.org/class/yago/Cognition100023271 + , http://dbpedia.org/class/yago/PsychologicalFeature100023100 + , http://dbpedia.org/class/yago/Form105930736 + , http://dbpedia.org/class/yago/Structure105726345 + , http://dbpedia.org/class/yago/WikicatSoftwareDesignPatterns + , http://dbpedia.org/class/yago/Abstraction100002137 + , http://dbpedia.org/ontology/Disease +
rdfs:comment In software engineering, the delegation paIn software engineering, the delegation pattern is an object-oriented design pattern that allows object composition to achieve the same code reuse as inheritance. In delegation, an object handles a request by delegating to a second object (the delegate). The delegate is a helper object, but with the original context. With language-level support for delegation, this is done implicitly by having <a href="/wiki/Self_(computer_science)" class="mw-redirect" title="Self (computer science)">self</a> in the delegate refer to the original (sending) object, not the delegate (receiving object). In the delegate pattern, this is instead accomplished by explicitly passing the original object to the delegate, as an argument to a method. Note that "delegation" is often used loosely to refer to the distincoften used loosely to refer to the distinc , En Ingeniería de software, el patrón de diEn Ingeniería de software, el patrón de diseño de delegación es una técnica en la que un objeto de cara al exterior expresa cierto comportamiento pero en realidad delega la responsabilidad de implementar dicho comportamiento a un objeto asociado en una relación inversa de responsabilidad. El patrón de diseño de Delegación es la abstracción fundamental que da soporte a la (también referida como agregación), los mixin y los aspectos.omo agregación), los mixin y los aspectos. , 委托模式(delegation pattern)是软件设计模式中的一项基本技巧。在委托模式中,有两个对象参与处理同一个请求,接受请求的对象将请求委托给另一个对象来处理。委托模式是一项基本技巧,许多其他的模式,如、策略模式、访问者模式本质上是在更特殊的场合采用了委托模式。委托模式使得我们可以用来替代继承,它还使我们可以模拟mixin。 , Делегирование (англ. Delegation) — шаблон Делегирование (англ. Delegation) — шаблон проектирования, в котором объект внешне выражает некоторое поведение, но в реальности передаёт ответственность за выполнение этого поведения связанному объекту. Шаблон делегирования является фундаментальной абстракцией, на основе которой реализованы другие шаблоны - композиция (также называемая агрегацией), примеси (mixins) и аспекты (aspects).ей), примеси (mixins) и аспекты (aspects).
rdfs:label Шаблон делегирования , Delegation (patrón de diseño) , 委托模式 , Delegation pattern
hide properties that link here 
http://dbpedia.org/resource/Composition_over_inheritance + , http://dbpedia.org/resource/Indirection + , http://dbpedia.org/resource/Delegation_%28object-oriented_programming%29 + , http://dbpedia.org/resource/Delegation_%28computing%29 + , http://dbpedia.org/resource/Helper_class + , http://dbpedia.org/resource/Inheritance_%28object-oriented_programming%29 + , http://dbpedia.org/resource/Delegate_%28CLI%29 + , http://dbpedia.org/resource/Resource_management_%28computing%29 + , http://dbpedia.org/resource/Archetype_pattern + , http://dbpedia.org/resource/Adapter_pattern + , http://dbpedia.org/resource/Delegate_method + http://dbpedia.org/ontology/wikiPageWikiLink
http://en.wikipedia.org/wiki/Delegation_pattern + http://xmlns.com/foaf/0.1/primaryTopic
http://dbpedia.org/resource/Delegation_pattern + owl:sameAs
 

 

Enter the name of the page to start semantic browsing from.