Tagged Questions

2
votes
4answers
555 views

static method with polymorphism in c++

I have a weird issue using polymorphism. I have a base class that implements a static method. This method must be static for various reasons. The base class also has a pure virtual method run() that ...