Hi all,
if an abstract class has a method



abstract public void Method(IParam parameter);


where "IParam" is an interface (even possibly empty),
what is conceptually wrong with a derived...