Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #101109 > unrolled thread

Example for Multiple and Multilevel Inheritance

Started byPythonLearner <lazyabhinav@gmail.com>
First post2016-01-01 11:16 -0800
Last post2016-01-01 19:32 +0000
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  Example for Multiple and Multilevel Inheritance PythonLearner <lazyabhinav@gmail.com> - 2016-01-01 11:16 -0800
    Re: Example for Multiple and Multilevel Inheritance Mark Lawrence <breamoreboy@yahoo.co.uk> - 2016-01-01 19:32 +0000

#101109 — Example for Multiple and Multilevel Inheritance

FromPythonLearner <lazyabhinav@gmail.com>
Date2016-01-01 11:16 -0800
SubjectExample for Multiple and Multilevel Inheritance
Message-ID<40aade52-3674-4659-8a50-0334fedf333c@googlegroups.com>
Hello All,
I'm new to this group.
I'm looking for examples for Multiple and Multilevel Inheritance without the use of super().
Thanks 
An Avid Python Learner

[toc] | [next] | [standalone]


#101110

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2016-01-01 19:32 +0000
Message-ID<mailman.141.1451676775.11925.python-list@python.org>
In reply to#101109
On 01/01/2016 19:16, PythonLearner wrote:
> Hello All,
> I'm new to this group.
> I'm looking for examples for Multiple and Multilevel Inheritance without the use of super().
> Thanks
> An Avid Python Learner
>

Please tell us what you're trying to achive, as without super() you'll 
be throwing DRY right out of the window.

You might like to read this, noting especially the first line "If you 
aren’t wowed by Python’s super() builtin, chances are you don’t really 
know what it is capable of doing or how to use it effectively.".

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web