CSC/ECE 517 Fall 2009/wiki2 8 RP: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
'''Reflection Oriented Programming''' | |||
---- | |||
== Definition == | |||
Reflection is a process of reasoning about and acting up on by itself [http://portal.acm.org/citation.cfm?id=62083.62111]. Throwing more clarity we can presume reflection as a computer code which can be dynamically modified in the process of execution. The dynamic modification depends on the code features and its run time behavior.A system which exhibits such reflective behavior is called as reflection oriented system. |
Revision as of 05:22, 7 October 2009
Reflection Oriented Programming
Definition
Reflection is a process of reasoning about and acting up on by itself [1]. Throwing more clarity we can presume reflection as a computer code which can be dynamically modified in the process of execution. The dynamic modification depends on the code features and its run time behavior.A system which exhibits such reflective behavior is called as reflection oriented system.