In a linked list, the successive elements in the list:
Unlike an array-based list, the linked list is created by linking together separate objects.
Those objects can be created at any time, and you don't control where they are in memory when they are made.