| |
| Recipe 9.2: Declaring Private Class Invariants |
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 want to create a class invariant that exists only for the current class: it will not be inherited by subclasses.
Solution:
You can't.
Discussion:
|
|