2
Reply

Why not?

Dave

Dave

Apr 16 2007 4:43 PM
1.8k
Bit of newbie question here but why can't i do this:

List<ConfigurationFile> INIfilelist = new List<INIFile>();

When i can clearly do this:

ConfigurationFile INI= new INIFile();

INIFile inherits the abstract ConfigurationFile


Answers (2)