Name: melting void 2011-12-16 0:05
I have an abstract class (it has 1 member, which is a pure virtual function) which we'll call R, and I want a member function of some other class to take as an argument a reference to any class that inherits from R.
How should I declare this member function?
How should I declare this member function?