Objects are not instances
It is important to distinguish an object and instance.
There are some notable similarities between someObject
and someInstance
:
- The value of
someObject.some
andsomeInstance.some
is the same.
It is important to distinguish an object and instance.
There are some notable similarities between someObject
and someInstance
:
someObject.some
and someInstance.some
is the same.