Is the multiple inheritance in Java and Perl the same?
|
1
|
|||
|
|
|
|
There is no multiple inheritance in Java, but single inheritance + multiple interface implementation, while Perl does have multiple inheritance. |
||||||
|
|
|
Don't know about Perl, but Java only allows multiple inheritance of interface. Only single-inheritance is allowed for implementation. |
||
|
|
|
|
No. Perl doesn't have interfaces, and Java only allows multiple inheritance through interfaces. |
||||||
|
