Non-Virtual Interfaces

Aleksandar Ružičić ruzicic.aleksandar at gmail.com
Fri Mar 4 15:54:38 PST 2011


>
> What you may want to consider is an abstract class instead of NVI, as long
> as you don't need multiple inheritance, it should be fine.
>
> -Steve
>

Well, I've decided to give NVI a try just because multiple inheritance
would be best way to do what I want (aldo I hate that feature of C++
and just don't use it) but it seems I can't do it with a NVI either...
So back to the drawing board for me :)

thanks for reply

- Aleksandar


More information about the Digitalmars-d-learn mailing list