References and Reference Properties
Let’s learn about references and reference properties.
We'll cover the following...
References
A reference can be either a human-readable or internal object reference. Human-readable references refer to identifiers used in human communication, such as the unique names of astronomical bodies, the ISBN number of books, or the employee identification numbers of a company. Internal object references refer to the computer memory addresses of OOP objects, providing an efficient mechanism to access objects ...