|
|
| There's more than one way to do things | |
| PerlMonks |
Re^2: managing object permissionsby LanX (Monsignor) |
| on Nov 26, 2008 at 17:36 UTC ( #726164=note: print w/ replies, xml ) | Need Help?? |
|
I think another kind of inheritance is meant. Perls OOP models inheritance on classes not on objects. Objects have no @ISA. IMHO the OT has objects of different classes in a hierarchical order but he may simulate the @ISA behaviour für objects in an instancevariable @upper_rights containing refs to the other objects. Cheers Rolf
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||