Hi, here's my problem:
-I want to declare both a pure virtual function and a normal virtual one in my abstract base class. I want to give the non-pure virtual function a definition.

FILE:...