Enforce parameterless constructor only

  • Thread starter Thread starter andreiMarianMirea
  • Start date Start date
A

andreiMarianMirea

Guest
I'm trying to implement a pattern that works with classes having parameterless constructors only.
Is there a way to force this be it via interfaces, abstract or concrete base classes or other means?

Continue reading...
 
Back
Top