Jump to content

Setter (computer science)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Amoulton (talk | contribs) at 05:15, 19 February 2007 (Created page with '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...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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();.