meanings of Reflection (computer science) encyclopedia of Reflection (computer science) dictionary of Reflection (computer science) thesaurus on Reflection (computer science) books about Reflection (computer science) dreams about Reflection (computer science)
 Reflection (computer science) - Definition 

In computer science, reflection is the ability of a program to examine and possibly modify its high level structure at runtime. It is most common in high-level virtual machine programming languages like Smalltalk, and less common in low-level programming languages like C.

When program source code is compiled, information about the structure of the program is normally lost as lower level code (typically assembly language code is emitted). If a system supports reflection, the structure is preserved as metadata with the emitted code.

Known platforms supporting reflection are:

More generally, reflection is an activity in computation that reasons about its own computation. The programming paradigm driven by reflection is called reflective programming.

References

  1. Reflection in logic, functional and object-oriented programming: a Short Comparative Study (http://citeseer.ist.psu.edu/106401.html) (Citeseer page).


de:Reflection (Programmierung)

Copyright 2008 WordIQ.com - Privacy Policy  ::  Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Reflection (computer science)".