CSC/ECE 517 Fall 2010/ch1 1c NR: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
=Introduction to Reflection= | =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. | ;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 own behavior and structure. | ||
=Reflection as a Language Feature= | =Reflection as a Language Feature= |
Revision as of 15:23, 7 September 2010
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 own behavior and structure.