Hi,
I got the following error while implementing interface:
MyClass is not abstract and does not override abstract method MyMethod()
How to get rid from it ?
Any reply would be highly appreciated.....
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question.
Zoran HorvatPosted Jul 27, 2011, 7:47 AM
You should override MyMethod in MyClass and implement its body.
Zoran