Is it possible to have inheritance with no virtual methods? The compiler is saying that the following code is not polymorphic.
Example:
Class A(){
just make A destructor virtual (always do for any class just for safety).