Re: Separate interface and implemenation problem..
- From: Joshua Cranmer <Pidgeot18@xxxxxxxxxxxxxxx>
- Date: Thu, 04 Jun 2009 18:04:04 -0400
Mark Space wrote:
public class MyObject implements static MyFactory {
public static MyObject makeObject() {
...
}
}
Or something like that...
Ironically enough, the current Kijaro implementation of "contracts", uses that format.
<http://www.jroller.com/jadda/entry/meta_interfaces_revisited> has the definition (although the author changed to using implements static after writing said article).
--
Beware of bugs in the above code; I have only proved it correct, not tried it. -- Donald E. Knuth
.
- References:
- Separate interface and implemenation problem..
- From: MRe
- Re: Separate interface and implemenation problem..
- From: Eric Sosman
- Re: Separate interface and implemenation problem..
- From: MRe
- Re: Separate interface and implemenation problem..
- From: Eric Sosman
- Re: Separate interface and implemenation problem..
- From: Lew
- Re: Separate interface and implemenation problem..
- From: Patricia Shanahan
- Re: Separate interface and implemenation problem..
- From: Mark Space
- Re: Separate interface and implemenation problem..
- From: Lew
- Re: Separate interface and implemenation problem..
- From: Mark Space
- Separate interface and implemenation problem..
- Prev by Date: Re: find words that contains some specific letters
- Next by Date: Re: Separate interface and implemenation problem..
- Previous by thread: Re: Separate interface and implemenation problem..
- Next by thread: Re: Separate interface and implemenation problem..
- Index(es):