![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Oct 2006
Posts: 25
Rep Power: 0
![]() |
Ordered Linked List
I'm having some trouble with a program that I'm doing for a class. I'm suppose to implement the OrderedListADT which extends ListADT, but I keep getting errors asking me to write the methods in the OrderedList class that have already been written in the LinkedList class. I'm really not sure what I'm doing wrong...been working on it now for about 3 hours with no hope in sight.
|
|
|
|
|
|
#2 |
|
Expert Programmer
Join Date: Jun 2005
Posts: 852
Rep Power: 4
![]() |
Re: Ordered Linked List
If you want OrderedLinkedList class to have the methods from the LinkedList class you would have to inherit from that class.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| linked list problems | bl00dninja | C++ | 6 | Feb 17th, 2008 10:30 AM |
| error of double linked list . | Pacer | C | 4 | May 24th, 2006 11:40 PM |
| Linking to a linked list within a linked list | Kry1010 | C++ | 6 | Apr 6th, 2006 6:21 AM |
| Singly Linked List Help | Firebar | Java | 3 | May 22nd, 2005 10:56 AM |
| airport Log program using 3D linked List : problem reading from file | gemini_shooter | C++ | 0 | Mar 2nd, 2005 4:12 PM |