Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary (also found in English - Vietnamese, English - English (Wordnet), )
selector
Jump to user comments
programming 1. In Smalltalk or Objective C, the syntax
of a message which selects a particular method in the target
2. An operation that returns the state of an object but does
not alter that state. Selector functions or methods often
have names which begin with "get" and corresponding modifier
methods or procedures whose names begin with "set".