I ask because it doesn't seem to be for me. I've got a number of classes that inherit from a base class with some virtual functions. When I have a base class pointer everything works fine as it should ...
I'm trying to create a "Controllable" interface, that allows a "Controller" object to manipulate the value of generic Controllable objects' variables. Since the Controllable objects are typically ...