This HTML5 document contains 128 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dcthttp://purl.org/dc/terms/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
n15https://global.dbpedia.org/id/
dbthttp://dbpedia.org/resource/Template:
dbpedia-ukhttp://uk.dbpedia.org/resource/
rdfshttp://www.w3.org/2000/01/rdf-schema#
freebasehttp://rdf.freebase.com/ns/
dbpedia-pthttp://pt.dbpedia.org/resource/
dbpedia-plhttp://pl.dbpedia.org/resource/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
dbpedia-arhttp://ar.dbpedia.org/resource/
owlhttp://www.w3.org/2002/07/owl#
wikipedia-enhttp://en.wikipedia.org/wiki/
dbpedia-frhttp://fr.dbpedia.org/resource/
dbphttp://dbpedia.org/property/
provhttp://www.w3.org/ns/prov#
dbchttp://dbpedia.org/resource/Category:
xsdhhttp://www.w3.org/2001/XMLSchema#
goldhttp://purl.org/linguistics/gold/
wikidatahttp://www.wikidata.org/entity/
dbrhttp://dbpedia.org/resource/
dbpedia-jahttp://ja.dbpedia.org/resource/

Statements

Subject Item
dbr:Anonymous_recursion
dbo:wikiPageWikiLink
dbr:This_(computer_programming)
Subject Item
dbr:Anaphoric_macro
dbo:wikiPageWikiLink
dbr:This_(computer_programming)
Subject Item
dbr:Object-oriented_programming
dbo:wikiPageWikiLink
dbr:This_(computer_programming)
Subject Item
dbr:Glossary_of_computer_science
dbo:wikiPageWikiLink
dbr:This_(computer_programming)
Subject Item
dbr:Const_(computer_programming)
dbo:wikiPageWikiLink
dbr:This_(computer_programming)
Subject Item
dbr:This_(keyword)
dbo:wikiPageWikiLink
dbr:This_(computer_programming)
dbo:wikiPageRedirects
dbr:This_(computer_programming)
Subject Item
dbr:Program_Segment_Prefix
dbo:wikiPageWikiLink
dbr:This_(computer_programming)
Subject Item
dbr:Baby_Modula-3
dbo:wikiPageWikiLink
dbr:This_(computer_programming)
Subject Item
dbr:Ch_(computer_programming)
dbo:wikiPageWikiLink
dbr:This_(computer_programming)
Subject Item
dbr:This
dbo:wikiPageWikiLink
dbr:This_(computer_programming)
dbo:wikiPageDisambiguates
dbr:This_(computer_programming)
Subject Item
dbr:This_(computer_programming)
rdfs:label
This (プログラミング) This (programmation informatique) This (programowanie obiektowe) This (computer programming) This This (programação de computadores) ذاك (البرمجة)
rdfs:comment
thisは、プログラミング言語に出てくる概念のひとつで、自身の動いているオブジェクトを指す予約語。主にインスタンスメソッド内で使用される。thisの他にself、Meといった語を使う言語もあるが、言語を問わず概念は共通しているので、以下ではthisで代表させて記述することとする。 ذاك This ذيس هي واحدة من الكلمات الرئيسية المستخدمة كلغات البرمجة للإشارة إلى الكائن أو القسم أو غيرها من الكيانات this, self e Me são palavras-chave usadas em algumas linguagens de programação de computador para se referir ao objeto, classe ou outra entidade da qual o código atualmente em execução faz parte. A entidade referida por essas palavras-chave depende, portanto, do contexto de execução (por exemplo, qual objeto está tendo seu método chamado). Diferentes linguagens de programação usam essas palavras-chave de maneiras, ligeiramente, diferentes. Em linguagens onde uma palavra-chave como "this" é obrigatória, a palavra-chave é a única forma de acessar dados e métodos armazenados no objeto atual. Onde for opcional, eles podem eliminar a ambiguidade de variáveis e funções com o mesmo nome. this, self ou encore Me sont des mots-clés dans des langages de programmation orientée objet, qui permettent d'obtenir l'adresse de l'objet courant c'est-à-dire la référence sur l'instance courante. Le mot-clé this est utilisé entre autres en C++, en Java ou encore en C sharp. Le mot-clé self est notamment utilisé en Python. Me est utilisé notamment en Visual Basic .NET. this – słowo kluczowe odnoszące się w niestatycznych metodach klasy do obiektu na rzecz którego dana metoda została wywołana. W Smalltalku zamiast this używane jest słowo kluczowe . Zależnie od użytego języka, this jest interpretowane jako: * wskaźnik (C++) * referencja (Java, C#) * zmienna (PHP) this, self, and Me are keywords used in some computer programming languages to refer to the object, class, or other entity of which the currently running code is a part. The entity referred to by these keywords thus depends on the execution context (such as which object is having its method called). Different programming languages use these keywords in slightly different ways. In languages where a keyword like "this" is mandatory, the keyword is the only way to access data and methods stored in the current object. Where optional, they can disambiguate variables and functions with the same name. this — ключове слово в деяких об'єктно орієнтованих мовах програмування, яке використовують в методах екземплярів класу для посилання на об'єкт класу. З'явилося в C++ і було унаслідуване іншими Сі-подібними мовами (Java, C#, PHP). Інші мови використовують аналогічні, не обов'язково ключові слова: Smalltalk, Object Pascal, Ruby, Python та Objective-C використовують self, а Visual Basic — Me.
dct:subject
dbc:Object-oriented_programming
dbo:wikiPageID
3897924
dbo:wikiPageRevisionID
1072796470
dbo:wikiPageWikiLink
dbr:Value_(computer_science) dbr:Scott_Meyers dbr:GNU_Compiler_Collection dbr:Scripting_language dbr:Bjarne_Stroustrup dbr:Perl dbr:C++ dbr:Dylan_(programming_language) dbr:Static_method dbr:Pointer_(computer_programming) dbr:Simula dbr:DataFlex dbr:Syntactic_sugar dbr:Rust_(programming_language) dbr:Lexical_scoping dbr:Class_method dbr:PHP dbr:JavaScript dbr:Pure_function dbr:Reference_type dbr:Ruby_(programming_language) dbr:Call_by_reference dbr:Fragile_base_class dbr:Reserved_word dbr:Value_type dbr:Programming_language dbr:Self_(programming_language) dbr:Visual_Basic dbr:Swift_(programming_language) dbr:Anonymous_recursion dbr:Python_(programming_language) dbr:Java_(programming_language) dbr:Keyword_(computer_programming) dbr:Execution_context dbr:Smalltalk dbr:Property_(programming) dbr:Multimethod dbr:Object_Pascal dbr:D_(programming_language) dbr:Method_(computer_programming) dbr:Late_binding dbr:Instance_method dbr:Method_overriding dbr:Objective-C dbr:C_Sharp_(programming_language) dbr:Automatic_variable dbr:Object-oriented_programming dbc:Object-oriented_programming dbr:Reference_(computer_science)
owl:sameAs
freebase:m.0b5sf7 dbpedia-fr:This_(programmation_informatique) wikidata:Q3109046 dbpedia-ar:ذاك_(البرمجة) dbpedia-ja:This_(プログラミング) dbpedia-pl:This_(programowanie_obiektowe) n15:2tDMa dbpedia-pt:This_(programação_de_computadores) dbpedia-uk:This
dbp:wikiPageUsesTemplate
dbt:Lowercase dbt:Short_description dbt:ISBN dbt:Annotated_link dbt:Rp dbt:Reflist dbt:Details
dbo:abstract
this, self e Me são palavras-chave usadas em algumas linguagens de programação de computador para se referir ao objeto, classe ou outra entidade da qual o código atualmente em execução faz parte. A entidade referida por essas palavras-chave depende, portanto, do contexto de execução (por exemplo, qual objeto está tendo seu método chamado). Diferentes linguagens de programação usam essas palavras-chave de maneiras, ligeiramente, diferentes. Em linguagens onde uma palavra-chave como "this" é obrigatória, a palavra-chave é a única forma de acessar dados e métodos armazenados no objeto atual. Onde for opcional, eles podem eliminar a ambiguidade de variáveis e funções com o mesmo nome. this — ключове слово в деяких об'єктно орієнтованих мовах програмування, яке використовують в методах екземплярів класу для посилання на об'єкт класу. З'явилося в C++ і було унаслідуване іншими Сі-подібними мовами (Java, C#, PHP). Інші мови використовують аналогічні, не обов'язково ключові слова: Smalltalk, Object Pascal, Ruby, Python та Objective-C використовують self, а Visual Basic — Me. thisは、プログラミング言語に出てくる概念のひとつで、自身の動いているオブジェクトを指す予約語。主にインスタンスメソッド内で使用される。thisの他にself、Meといった語を使う言語もあるが、言語を問わず概念は共通しているので、以下ではthisで代表させて記述することとする。 this, self, and Me are keywords used in some computer programming languages to refer to the object, class, or other entity of which the currently running code is a part. The entity referred to by these keywords thus depends on the execution context (such as which object is having its method called). Different programming languages use these keywords in slightly different ways. In languages where a keyword like "this" is mandatory, the keyword is the only way to access data and methods stored in the current object. Where optional, they can disambiguate variables and functions with the same name. this, self ou encore Me sont des mots-clés dans des langages de programmation orientée objet, qui permettent d'obtenir l'adresse de l'objet courant c'est-à-dire la référence sur l'instance courante. Le mot-clé this est utilisé entre autres en C++, en Java ou encore en C sharp. Le mot-clé self est notamment utilisé en Python. Me est utilisé notamment en Visual Basic .NET. this – słowo kluczowe odnoszące się w niestatycznych metodach klasy do obiektu na rzecz którego dana metoda została wywołana. W Smalltalku zamiast this używane jest słowo kluczowe . Zależnie od użytego języka, this jest interpretowane jako: * wskaźnik (C++) * referencja (Java, C#) * zmienna (PHP) ذاك This ذيس هي واحدة من الكلمات الرئيسية المستخدمة كلغات البرمجة للإشارة إلى الكائن أو القسم أو غيرها من الكيانات
gold:hypernym
dbr:Keywords
prov:wasDerivedFrom
wikipedia-en:This_(computer_programming)?oldid=1072796470&ns=0
dbo:wikiPageLength
24705
foaf:isPrimaryTopicOf
wikipedia-en:This_(computer_programming)
Subject Item
dbr:Thunk
dbo:wikiPageWikiLink
dbr:This_(computer_programming)
Subject Item
dbr:Open_recursion
dbo:wikiPageWikiLink
dbr:This_(computer_programming)
dbo:wikiPageRedirects
dbr:This_(computer_programming)
Subject Item
dbr:X86_calling_conventions
dbo:wikiPageWikiLink
dbr:This_(computer_programming)
Subject Item
dbr:Method_chaining
dbo:wikiPageWikiLink
dbr:This_(computer_programming)
Subject Item
dbr:Me_(computer_science)
dbo:wikiPageWikiLink
dbr:This_(computer_programming)
dbo:wikiPageRedirects
dbr:This_(computer_programming)
Subject Item
dbr:Schizophrenia_(object-oriented_programming)
dbo:wikiPageWikiLink
dbr:This_(computer_programming)
Subject Item
dbr:Self_(computer_science)
dbo:wikiPageWikiLink
dbr:This_(computer_programming)
dbo:wikiPageRedirects
dbr:This_(computer_programming)
Subject Item
dbr:*this
dbo:wikiPageWikiLink
dbr:This_(computer_programming)
dbo:wikiPageRedirects
dbr:This_(computer_programming)
Subject Item
dbr:This_(C)
dbo:wikiPageWikiLink
dbr:This_(computer_programming)
dbo:wikiPageRedirects
dbr:This_(computer_programming)
Subject Item
dbr:This_(C++)
dbo:wikiPageWikiLink
dbr:This_(computer_programming)
dbo:wikiPageRedirects
dbr:This_(computer_programming)
Subject Item
dbr:This_(Java)
dbo:wikiPageWikiLink
dbr:This_(computer_programming)
dbo:wikiPageRedirects
dbr:This_(computer_programming)
Subject Item
dbr:This_(computer_science)
dbo:wikiPageWikiLink
dbr:This_(computer_programming)
dbo:wikiPageRedirects
dbr:This_(computer_programming)
Subject Item
dbr:This_pointer
dbo:wikiPageWikiLink
dbr:This_(computer_programming)
dbo:wikiPageRedirects
dbr:This_(computer_programming)
Subject Item
wikipedia-en:This_(computer_programming)
foaf:primaryTopic
dbr:This_(computer_programming)