virtual function = 0;

waht is this means?
for example:
1
2
3
4
5
 class CFahrstil
 {
    public:
    virtual void fahren() = 0;
 };

waht is the advantage?
Thanks!
Topic archived. No new replies allowed.