In C#, can an interface or abstract class be instantiated using the "new" operator ? This probably is one the oldest questions one might have heard as a programmer. And the most obvious answer is a big NO. Well, at this point, I would say it is partially INCORRECT. Why and How The answer "Yes" is perfect … Continue reading EvilCode #14 : Can you instantiate an interface using new operator ?