CSC/ECE 517 Fall 2007/ch1 1c JF: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
== Features of Reflection == | == Features of Reflection == | ||
Reflection allows programs to act in a more "intelligent" way by providing the ability to introspect and intercede. Introspection allows programs to answer questions about what they are and what they can do. Intercession allows programs to use the knowledge gained from introspection to modify behavior. | |||
== Feature 1 == | == Feature 1 == | ||
Line 8: | Line 8: | ||
==== Ruby ==== | ==== Ruby ==== | ||
=== Reflective Package Examples === | === Reflective Package Examples === |
Revision as of 15:37, 6 September 2010
Features of Reflection
Reflection allows programs to act in a more "intelligent" way by providing the ability to introspect and intercede. Introspection allows programs to answer questions about what they are and what they can do. Intercession allows programs to use the knowledge gained from introspection to modify behavior.