| |
| Recipe 4.8: Create a 'Can' Relationship Beween Classes |
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 declare a can relationship between one class and another.
Solution:
(Use is, which works for mixin classes the same as 'isa' classes.)
Discussion:
|
|