Key Value Coding

From GNUstepWiki
Jump to navigation Jump to search

Key Value Coding is a mechanism for accessing an object’s properties indirectly, using strings to identify properties, rather than through invocation of an accessor method or accessing them directly through instance variables.