[suggestion]java multiple inheritence

Mario Torre neugens.limasoftware at gmail.com
Mon Nov 3 07:24:22 UTC 2014


I don't think something like that is advisable :)

You can use interfaces to achieve something similar, and even in this case
you need extra care to keep your code well maintained especially now with
default methods.

Cheers,
Mario
Il 03/nov/2014 08:20 "Michaël Parchet" <mparchet at sunrise.ch> ha scritto:

> Hello,
>
> In the futture, why not implement the multiple intermittence and other
> python or c++ function ?
>
>
> For exemple
>
> class1 extends class2,class3
> {
> super class2() :: class1() {
>
> }
> Is it possible ?
>
> Thanks for your answer
>
> Best regards
>
> mparchet
>



More information about the discuss mailing list