Re: implement problem
- From: Raymond DeCampo <nospam@xxxxxxxxxxxx>
- Date: Thu, 09 Jun 2005 22:35:24 GMT
Irlan agous wrote:
Thanks for the pointers! You are right, english is not my native language. its dutch actually, hehe.
OK, it helps to know that. I will point out that your English is better than my Dutch, so we should probably stick to English anyway. :-)
why cant i declate the whole interface if its not abstract?
I'm sorry I do not understand this question.
What i mean by this question is. PatienInterface is declared like this
public interface PatientInterface extends Remote
I dint declare it as an abstract class, so why does it give me the roor message that it cant implement an ebstrat method from the interface class
It may be a newbie question, sorry, i want to get off this title.hehe
When a class implements an interface one of two conditions must be met. Either
i) the class provides implementations for every method declared in the interface, or
ii) the must be declared abstract.
HTH, Ray
-- XML is the programmer's duct tape. .
- References:
- implement problem
- From: Irlan agous
- Re: implement problem
- From: Raymond DeCampo
- Re: implement problem
- From: Irlan agous
- Re: implement problem
- From: Raymond DeCampo
- Re: implement problem
- From: Irlan agous
- implement problem
- Prev by Date: Capture web hierarchy
- Next by Date: Re: How to post to a jsp web page?
- Previous by thread: Re: implement problem
- Next by thread: How to import a user defined class in J#
- Index(es):
Relevant Pages
|
|