CSC/ECE 517 Fall 2011/ch4 4f rs

From Expertiza_Wiki
Jump to navigation Jump to search

Introduction

Reflection is a relatively common computer programming concept where in the program has the inherant ability to examine itself at runtime. Based on its observations the program can modify it's behaviour for the given situation.

Reflection

Implementation

Reflection by example

Applications of Reflection

Advantages and disadvantages of refletion

Additional Reading