A question about interface
- From: "Tony Johansson" <johansson.andersson@xxxxxxxxx>
- Date: Fri, 27 May 2005 13:39:30 GMT
Hello!
I'm readaing a book about Inteface and it says the following.
"Only constant fields(public,static and final) are allowed in an interface.
The public, static and final key words may be
omitted, but alla fields are still treated as public, static and final."
Does this mean that every declaration of fields in an interface have the
following only form
public static final meaning no other decarations are allowed.
//Tony
.
- Follow-Ups:
- Re: A question about interface
- From: Hal Rosser
- Re: A question about interface
- From: Casper B
- Re: A question about interface
- Prev by Date: Callling MapPoint WebService
- Next by Date: Re: A question about interface
- Previous by thread: Callling MapPoint WebService
- Next by thread: Re: A question about interface
- Index(es):
Relevant Pages
|
|