CSC/ECE 517 Fall 2009/wiki2 8 RP: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
Line 6: Line 6:


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.
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.
== Overview ==
This Article throws light up on what Reflection Oriented language is about. It deals with the need for such dynamic aspect and how it is useful in satisfying the practical needs.Further it highlights the research work that is carried out in this area and scope for future improvements.

Revision as of 18:33, 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.


Overview

This Article throws light up on what Reflection Oriented language is about. It deals with the need for such dynamic aspect and how it is useful in satisfying the practical needs.Further it highlights the research work that is carried out in this area and scope for future improvements.