What is “Reflection” in Programming?

Share
  • June 10, 2021
Reflective programming is a mechanism that lets a process introspective capabilities. The reflection APIs built into programming languages allow you to inspect code at runtime. You can use this ability to learn about the surrounding codebase and its contents.

Read This Article on CloudSavvy IT ›

Source :

What is “Reflection” in Programming?