You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yehonathan Sharvit edited this page Jan 11, 2022
·
2 revisions
Names
Definition
Names are a fundamental property of information.
However, in statically-typed languages, names compile away. There exist at compile time but not a run time. At run time, a field cannot be accessed dynamically by its name. In order to access data, we are required to import the definition of the class that contains the data.