|
Problem:
You have a method in a parent class with a declared precondition. You want to declare an additional precondition for that method in your subclass. Solution: Discussion: (Preconditions are OR, postconditions are AND) (Can you have a 'group' of preconditions, such that you can alter one precondition while leaving the others alone, sortof ANDing the group together?)
|