Reflection

From Rosetta Code

Reflection is a meta-programming task, in which code can examine and alter code. It can be used for a program that dynamically alters its behavior, or by a programmer to explore a programming environment.

Sub-articles

See Also