File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -564,9 +564,10 @@ L<MOP|/type/Metamodel::ClassHOW#method_can>.
564
564
565
565
As mentioned before, a class can inherit from multiple classes. When a
566
566
class inherits from multiple classes the dispatcher knows to look at both
567
- classes when looking up a method to search for. Perl 6 uses the C3
568
- algorithm to linearize multiple inheritance hierarchies, which is
569
- better than depth-first search for handling multiple inheritance.
567
+ classes when looking up a method to search for. Perl 6 uses the L < C3
568
+ algorithm|https://en.wikipedia.org/wiki/C3_linearization > to linearize
569
+ multiple inheritance hierarchies, which is better than depth-first search
570
+ for handling multiple inheritance.
570
571
571
572
= begin code :skip-test
572
573
class GeekCook is Programmer is Cook {
You can’t perform that action at this time.
0 commit comments