Introduction to Reflection API

Exercise: Set Property Value Using Reflection

1) Create new instance of Student

2) Get instance type

3) Get property FullName by name from type

4) Set property value to "John Smith" using reflection

Page 8 of 11