This HTML5 document contains 22 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/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
freebasehttp://rdf.freebase.com/ns/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
n13http://en.wikipedia.org/wiki/
dbchttp://dbpedia.org/resource/Category:
dbphttp://dbpedia.org/property/
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
goldhttp://purl.org/linguistics/gold/
dbrhttp://dbpedia.org/resource/

Statements

Subject Item
dbr:Property_(programming)
rdf:type
owl:Thing dbo:Food
rdfs:label
Property (programming)
rdfs:comment
A property, in some object-oriented programming languages, is a special sort of class member, intermediate in functionality between a field (or data member) and a method or a property is a member that provides a flexible mechanism to read, write, or compute the value of a private field. The syntax for reading and writing of properties is like for fields, but property reads and writes are (usually) translated to 'getter' and 'setter' method calls. The field-like syntax is easier to read and write than many method calls, yet the interposition of method calls "under the hood" allows for data validation, active updating (e.g., of GUI elements), or implementation of what may be called "read-only fields".
owl:sameAs
freebase:m.0fjxnd
dbp:wikiPageUsesTemplate
dbt:Unreferenced_section dbt:Confusing dbt:Authority_control dbt:More_citations_needed dbt:Reflist dbt:Citation_needed
dct:subject
dbc:Object-oriented_programming dbc:Articles_with_example_PHP_code dbc:Articles_with_example_Python_(programming_language)_code dbc:Articles_with_example_Ruby_code
gold:hypernym
dbr:Sort
prov:wasDerivedFrom
n13:Property_(programming)?oldid=1070281171&ns=0
dbo:wikiPageID
5999262
dbo:wikiPageLength
17702
dbo:wikiPageRevisionID
1070281171
dbo:abstract
A property, in some object-oriented programming languages, is a special sort of class member, intermediate in functionality between a field (or data member) and a method or a property is a member that provides a flexible mechanism to read, write, or compute the value of a private field. The syntax for reading and writing of properties is like for fields, but property reads and writes are (usually) translated to 'getter' and 'setter' method calls. The field-like syntax is easier to read and write than many method calls, yet the interposition of method calls "under the hood" allows for data validation, active updating (e.g., of GUI elements), or implementation of what may be called "read-only fields". See an instructive example for C# language below.
foaf:isPrimaryTopicOf
n13:Property_(programming)