Why and where should I use Reflection, I understand that you can get acess to the field by it's name but why should I use it?
Asked
Active
Viewed 61 times
0
-
"why should I use it" - you shouldn't unless you _really_ know what you're doing and are out of other meaningful options. I'd suggest you learn about what reflection can do (the good and especially the bad). That way it should become much clearer. – Thomas Jul 04 '19 at 08:57
-
2Never use it, just as you could use the the maintenance ladder of the elevator shaft. It is for language tools. – Joop Eggen Jul 04 '19 at 08:57
-
you can see:[What is reflection and why is it useful](https://stackoverflow.com/questions/37628/what-is-reflection-and-why-is-it-useful) – Xu Zhenxue Jul 04 '19 at 09:03