Helper class (original) (raw)

About DBpedia

Вспомогательный класс (англ. Helper Class) — метод программирования в ООП. Вспомогательный класс — термин, применяемый к классу, который используется для помощи в реализации некоторой функциональности, причем эта функциональность не является основной задачей приложения.

Property Value
dbo:abstract In object-oriented programming, a helper class is used to assist in providing some functionality, which isn't the main goal of the application or class in which it is used. An instance of a helper class is called a helper object (for example, in the delegation pattern). Helper classes are often created in introductory programming lessons, after the novice programmer has moved beyond creating one or two classes. A is a special case of a helper class in which the methods are all static. In general, helper classes do not have to have all static methods, but may have instance variables. Multiple instances of the helper class may exist as well. (en) Вспомогательный класс (англ. Helper Class) — метод программирования в ООП. Вспомогательный класс — термин, применяемый к классу, который используется для помощи в реализации некоторой функциональности, причем эта функциональность не является основной задачей приложения. (ru) 帮助类(helper class)用于提供一些功能,但不是其使用者(应用程序或别的类)的主要目标所在。例如在委托模式中的帮助对象(helper object)。 帮助类的一个特例是工具类(utility class),其所有方法都是静态的。 (zh)
dbo:wikiPageID 20292268 (xsd:integer)
dbo:wikiPageLength 2233 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1114688640 (xsd:integer)
dbo:wikiPageWikiLink dbr:Object-oriented_programming dbr:Delegation_pattern dbc:Class_(computer_programming) dbr:Class-based_programming dbr:Class_diagram dbr:Hierarchy_(object-oriented_programming) dbr:Utility_class
dbp:wikiPageUsesTemplate dbt:Types_of_programming_languages dbt:Citation_needed dbt:Unreferenced
dcterms:subject dbc:Class_(computer_programming)
rdfs:comment Вспомогательный класс (англ. Helper Class) — метод программирования в ООП. Вспомогательный класс — термин, применяемый к классу, который используется для помощи в реализации некоторой функциональности, причем эта функциональность не является основной задачей приложения. (ru) 帮助类(helper class)用于提供一些功能,但不是其使用者(应用程序或别的类)的主要目标所在。例如在委托模式中的帮助对象(helper object)。 帮助类的一个特例是工具类(utility class),其所有方法都是静态的。 (zh) In object-oriented programming, a helper class is used to assist in providing some functionality, which isn't the main goal of the application or class in which it is used. An instance of a helper class is called a helper object (for example, in the delegation pattern). Helper classes are often created in introductory programming lessons, after the novice programmer has moved beyond creating one or two classes. (en)
rdfs:label Helper class (en) Вспомогательный класс (информатика) (ru) 帮助类 (zh)
owl:sameAs freebase:Helper class wikidata:Helper class dbpedia-hu:Helper class dbpedia-ru:Helper class dbpedia-zh:Helper class https://global.dbpedia.org/id/3piqM
prov:wasDerivedFrom wikipedia-en:Helper_class?oldid=1114688640&ns=0
foaf:isPrimaryTopicOf wikipedia-en:Helper_class
is dbo:wikiPageDisambiguates of dbr:Helper
is dbo:wikiPageRedirects of dbr:Helper_Class_(computer_science) dbr:Helper_object
is dbo:wikiPageWikiLink of dbr:Index_of_object-oriented_programming_articles dbr:Software_design_pattern dbr:Helper dbr:Helper_Class_(computer_science) dbr:Helper_object
is foaf:primaryTopic of wikipedia-en:Helper_class