|
Problem:
You want to declare a pre/postcondition that is executed only for this implementation of the method -- it shouldn't be inherited by any subsequent implementations. Solution: Declare the pre/postcondition as part of the method implementation, not the method interface: Discussion:
|