As far as I understand it's not a problem at compile stage but
it's a link error. So compiler can't decide if it's error or not
when you have function without body. But may be some keyword or
attribute is needed to tell the compiler if this function will be
implemented in some other way or it's just a missing body.
- Overriding interface method without implementation Uranuz
- Re: Overriding interface method without implementation bearophile
- Re: Overriding interface method without implementation Uranuz
