News

How do I go around the problem of creating a collection with a base abstract type and using that collection with a derived type.<BR><BR>if I have:<BR>class A { void f() = 0; }<BR>I can't use it ...