Is there a construct in Java or C# that forces inheriting classes to call the base implementation? You can call super() or base() but is it possible to have it throw a comp
Don't think there's any feasible solution built-in. I'm sure there's separate code analysis tools that can do that, though.