Jump to content

Setter (computer science)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by STBotT (talk | contribs) at 15:19, 19 February 2007 (adding template, added uncategorised tag). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A setter, in regards to programming is half of an abstraction allowing two methods to represent a property. This normally follows the form of void set_propertyname(obj val); and obj get_propertyname();.