CSC/ECE 517 Fall 2010/ch1 1c NR
Introduction to Reflection
- Reflection
- Reflection is the ability of a computer program to introspect- to examine aspects of a program from within itself at runtime. Using reflection, programs can observe and modify their behavior and structure.