"Karim" <karim.liat...@free.fr> wrote

Sure, but I come from java world and 1 inheritance is allowed but we can implement multiple interfaces. I like to use Abstract classes in Python then inherit and implement abstract method like in java (at least

Sure and that is the normal way of doing it. Not least because you
can inherit non abstract methods too! But there is a danger of forgetting
that inheritance is not the *only* way.

Thats all I was pointing out, inheritance is the norm but not essential.

--
Alan Gauld
Author of the Learn to Program web site
http://www.alan-g.me.uk/


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to