Mac OS X Reference Library Apple Developer
Search

DynamicProperties

Last Revision:
Version 1.0, 2006-08-01
Demonstrates dynamically resolved properties, using a new Objective C 2.0 feature: dynamically resolved methods.
Build Requirements:
Leopard Preview
Runtime Requirements:
Leopard Preview

Demonstrates dynamically resolved properties. Uses a new feature of the Objective C 2.0 runtime:  dynamically resolved methods. Possible uses of dynamic method resolution:  faulting in method implementations that reside in dynamically loaded libraries;  runtime environment specialization, such as choosing between different method implementations based on the capabilities of the OS or underlying processor; lastly language bridges could use dynamic method resolution to lazily bind their object wrapper methods.




Last updated: 2006-08-01

Did this document help you? Yes It's good, but... Not helpful...