From: Harlan Messinger on 14 Jun 2010 12:04 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 14 Jun 2010 12:31 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
First
|
Prev
|
Pages: 1 2 Prev: Asynchronous Socket programing and Thread Pool Next: Passing type as a parameter |