- A
classitself is merely a description for fields, methods & constructors. - Non-
staticfields only got values stored in them after a class is instantiated. - Therefore, we’ve gotta have an instance of a
classprior to use the reflective method Field::get().
5 Likes