Code Issues – Cannot create an instance of interface
January 21st, 2011
This code issue shows an error if there is an attempt to initialize an instance of a interface. Interfaces cannot be instantiated, they contain only the signatures of methods, properties or events. The implementation of these members is done in the class that implements the interface.