2
Answers

Why not?

Dave

Dave

17y
2.1k
1
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)