Would it be possible through funny initialization and/or casting to base classes to achieve an instance of an abstract class or class which has pure virtual methods?
I'm using the VS14 compiler and I'm wondering if the compiler could miss this? The class and its use are in separate assemblies.
To be clear I'm not trying to achieve this, just looking at bugs and wondering if this could lead to a runtime exception of calling a pure virtual method.