Re: ADT's vs. interfaces

From: Chris Smith (cdsmith_at_twu.net)
Date: 11/30/04


Date: Tue, 30 Nov 2004 09:02:24 -0700

Kenneth <jagger7774@hotmail.com> wrote:
> > 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?

Yes, it does contain information about interfaces, as well as plenty of
other basic language topics you may encounter. I'm not trying to be
difficult here; it is just not possible for this newsgroup to rewrite
the entirety of a good introduction to Java. You're better off using
the existing material, and the link above is a good introduction.

If you're really anxious, interfaces are discussed under "Learning the
Java Language" in the "Trails Covering the Basics" section. However,
it's obvious that you could benefit from reading the rest of the
tutorial as well.

-- 
www.designacourse.com
The Easiest Way To Train Anyone... Anywhere.
Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation


Relevant Pages

  • 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)
  • Re: Java "interface" vs. OO interface
    ... > I think Java uses interfaces instead of classes because the designers ... To think that the designers of Java and .NET couldn't figure out a good ... Enough for a language to adopt a new keyword ...
    (comp.object)