Re: ADT's vs. interfaces
From: Kenneth (jagger7774_at_hotmail.com)
Date: 11/30/04
- Next message: Michael: "Maximum Java performance on a Windows 2K platform with JDK 1.4"
- Previous message: Kenneth: "Re: differences between singly/doubly recursive method"
- In reply to: Chris Smith: "Re: ADT's vs. interfaces"
- Next in thread: Andrew Thompson: "Re: ADT's vs. interfaces"
- Reply: Andrew Thompson: "Re: ADT's vs. interfaces"
- Reply: Chris Smith: "Re: ADT's vs. interfaces"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 29 Nov 2004 23:55:19 -0800
Chris Smith wrote:
> Kenneth <jagger7774@hotmail.com> wrote:
>
>>what is the differences between ADT's and interfaces? also what are
>>abstract classes? can you also include examples?
>
>
> ADTs are a theoretical concept used in describing data structures.
> Interfaces are part of the Java programming language, and are suitable
> (among many other purposes) for describing an ADT.
>
> You seem to not be very familiar with Java. It would be worth your time
> to check out http://java.sun.com/docs/books/tutorial/index.html
>
you're right, i am not familiar with java. I am getting the hang of it
though. the link you gave me does not seem to have what interfaces or
ADT's are. do you have any other links?
- Next message: Michael: "Maximum Java performance on a Windows 2K platform with JDK 1.4"
- Previous message: Kenneth: "Re: differences between singly/doubly recursive method"
- In reply to: Chris Smith: "Re: ADT's vs. interfaces"
- Next in thread: Andrew Thompson: "Re: ADT's vs. interfaces"
- Reply: Andrew Thompson: "Re: ADT's vs. interfaces"
- Reply: Chris Smith: "Re: ADT's vs. interfaces"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|