CSC/ECE 517 Fall 2010/ch1 1c NR

From Expertiza_Wiki
Jump to navigation Jump to search

Introduction to Reflection

Reflection is the ability of a computer program to introspect- to examine aspects of a program from within itself at runtime.Especially, properties that are typically observed only from some external, meta-level viewpoint.

Using reflection, programs can observe and modify their own behavior and structure.

Reflection as a Language Feature

Reflection as Package

Reflection as Language Feature vs Reflection as Package

Summary

References