This is the base type of objects.
The difference with primitive types is that an object can be associated with more
data such as attributes, which are likely to reference other objects.
There is no explicit memory management for objects since the garbage collector
can recover memory space from objects that are no longer used.
|