Dave

Dave

  • NA
  • 1
  • 0

Why not?

Apr 16 2007 4:43 PM
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)