Multianswer What is true about reflection Reflection violate
Multi-answer
What is true about reflection? Reflection violates the rules of information hiding. All answers are false Reflection provides the possibility of late binding of calls to methods that are outside of the inheritance hierarchy of the calling code. Performance nearly always suffers with the use of reflection.Solution
Reflection violates the rules of information hiding
use of reflection will incur a small performance overhead

