Re: ADT's vs. interfaces
From: Chris Smith (cdsmith_at_twu.net)
Date: 11/30/04
- Next message: Chris Smith: "Re: big O?"
- Previous message: Kenneth: "running time?"
- In reply to: Kenneth: "ADT's vs. interfaces"
- Next in thread: Kenneth: "Re: ADT's vs. interfaces"
- Reply: Kenneth: "Re: ADT's vs. interfaces"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 29 Nov 2004 20:33:58 -0700
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
-- www.designacourse.com The Easiest Way To Train Anyone... Anywhere. Chris Smith - Lead Software Developer/Technical Trainer MindIQ Corporation
- Next message: Chris Smith: "Re: big O?"
- Previous message: Kenneth: "running time?"
- In reply to: Kenneth: "ADT's vs. interfaces"
- Next in thread: Kenneth: "Re: ADT's vs. interfaces"
- Reply: Kenneth: "Re: ADT's vs. interfaces"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]