Abstract Classes - Polymorphism

  • + 2 comments

    It seems like some implementations of get() aren't updating the order of the most recently used. Was this not actually tested for in the test cases?

    The list should be updated similar to the following:

    1 2 3 4 5 -> get(3) -> 3 1 2 4 5