| |
| Recipe 9.6: Extending Method Postconditions |
Last Updated: Sep 8, 2003
Status: Draft
|
|
|
|
How important is this problem to you?
(Login to Vote)
5.00 Rating, 1 Vote
|
|
How acceptable is the proposed solution?
(Login to Vote)
0.00 Rating, 0 Votes
|
|
Problem:
   
You have a method in a parent class with a declared postcondition. You want to declare an additional postcondition for that method in your subclass.
Solution:
Discussion:
|
|