comp.lang.ada
 help / color / mirror / Atom feed
From: "Emmanuel.Leguy" <leguy@lifl.fr>
Subject: Java interfaces -> ADA
Date: 1999/04/19
Date: 1999-04-19T00:00:00+00:00	[thread overview]
Message-ID: <371AE830.4D8@lifl.fr> (raw)

Hello,

Into which ADA feature an Java interface can be translate?

For example, how can I translate this Java code:

public interface Bricoleur {
...
}

public interface Cuisinier {
...
}

public interface Jardinier {
...
}

public class Personne {
...
} 

public class Personne_a_tout_faire extends Personne
                implements Bricoleur, Cuisinier, Jardinier {
...
}

Thanx


Emmanuel Leguy.
--
Laboratoire d'Informatique Fondamentale de Lille (LIFL)
Universite des Sciences et Technologies de Lille
Batiment M3 Cite Scientifique
59655 Villeneuve d'Ascq Cedex
FRANCE
tel: 03 20 33 63 38
fax: 03 20 43 65 66
mailto:Emmanuel.Leguy@lifl.fr
http://www.lifl.fr




             reply	other threads:[~1999-04-19  0:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-04-19  0:00 Emmanuel.Leguy [this message]
1999-04-19  0:00 ` Java interfaces -> ADA bob
1999-04-19  0:00   ` Emmanuel.Leguy
1999-04-19  0:00     ` Tucker Taft
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox