hi
I got this error when i try to heritate from a class that use virtual fonctions:
....
because the following virtual functions are pure within ‘NetDevice’
....
If you inherit from a class that has pure virtual functions you have to override the pure virtual functions before you can create instances of the class.