A fundamental
concept in
object-oriented programming and a shift from the verb-noun model of past languages.
This would seem to be a simple transistion but it is a big leap for many programmers in the way they code.
Example:
Noun-verb -- Set.add( object )
Verb-noun -- AddToSet( set, object )