Relative Content

Tag Archive for javainheritancelinked-list

Doubly linked list inheriting from a circularly linked list

I am trying exercises from a book on programming and am stuck trying to create a doubly linked list subclass that inherits from a circularly linked superclass. The subclass has a nested class for a list node that separately inherits from a list node in the superclass.