Re: ADT's vs. interfaces

From: Kenneth (jagger7774_at_hotmail.com)
Date: 11/30/04


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?



Relevant Pages

  • Re: ADTs vs. interfaces
    ... ADTs are a theoretical concept used in describing data structures. ... Interfaces are part of the Java programming language, ...
    (comp.lang.java.help)
  • Re: dynamic type checking - a pauline conversion?
    ... to actually write the code in Java. ... Is the query handled ... One of the problems with Java typing is small differences in interfaces ... array iteration, List iteration, and database query result iteration all ...
    (comp.object)
  • Re: CLOS Properties Question
    ... In interfaces, you can declare methods, but you ... This mess was the result of the fact that interfaces ... > is even an OOPSLA or ECOOP paper published before the advent of Java ... > Back to the question what this all has to do with multiple inheritance: ...
    (comp.lang.lisp)
  • Re: Python vs C for a mail server
    ... that is mostly unnecessary with Python. ... > I don't have enough experience with languages that provide interfaces, ... > such as Java, to understand how useful they are, but it's my impression ... I can't comment on "most Java APIs", but if you look at established ...
    (comp.lang.python)
  • Re: MRO theory
    ... It creates a Python class to proxy any Java class or Java ... Java proxies go, when it creates a class it can have at most one ... The problem basically comes about because interfaces are not classes, ...
    (comp.lang.python)