Possible Duplicate:
Interface defining a constructor signature?
I can declare methods and properties in an Interface and impose the class that implements it to implement these methods and properties. Similarly is it possible to impose a rule such that all my classes which implement a certain interface should always have a parametrized constructor?
Am not sure if this is possible. Just a thought.
Thanks