go to home page   go to next page

created: 04/21/2017;


CHAPTER 100 — Linked List

Preliminary version.

This chapter introduces linked lists. The linked lists will be created in a main() method. This is not how linked lists are usually created, but hopefully makes it clear what is going on.

The next chapter discusses a LinkedList object which encapsulates the operations of a linked list.

Chapter Topics:


QUESTION 1:

Can an object contain a reference to another object?

Could an object contain a reference to another object of the same class as itself?