| |
| Recipe 5.15: Creating an Autochained (Breadth-First) Method |
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 an autochained constructor or method in which the method is invoked upon parents in a breadth-first fashion.
Solution:
Discussion:
(Depth-first is probably the default way.)
|
|