edmund1978
Programmer
I have made an abstract class using pure virtual functions, which has several other classes derived from it(which are not abstract). I need to make a class which has a method which can accept as a parameter, any of these dervived classes. How can I do this?