From: Harlan Messinger on
nicol wrote:

> thanks the error solved with your help . but i really don't know
> where i must use override ?

Whatever documentation you read that told you that such a thing as
"override" exists is likely to be where you will find details on how it
is used. What it didn't tell you is that you would use it for
implementing a method of an interface, because it isn't used for that.
From: nicol on
On Jun 14, 8:04 pm, Harlan Messinger
<hmessinger.removet...(a)comcast.net> wrote:
> nicol wrote:
> > thanks the error solved with your help  . but i really don't know
> > where i must use override ?
>
> Whatever documentation you read that told you that such a thing as
> "override" exists is likely to be where you will find details on how it
> is used. What it didn't tell you is that you would use it for
> implementing a method of an interface, because it isn't used for that.

thanks