2
Answers

Why not?

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)