| | | | | |

Three Perspectives of List

    Implementation view
    implementation perspective
    System view
    system perspective
    Client view
           
    first   == A
    last    == B
    current == X
    
            L
    A
    X
    D
    B


| | Top of Page | 8. A Generic List Class and Linked Lists - 12 of 19