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


Groups > comp.lang.python > #101110

Re: Example for Multiple and Multilevel Inheritance

From Mark Lawrence <breamoreboy@yahoo.co.uk>
Newsgroups comp.lang.python
Subject Re: Example for Multiple and Multilevel Inheritance
Date 2016-01-01 19:32 +0000
Message-ID <mailman.141.1451676775.11925.python-list@python.org> (permalink)
References <40aade52-3674-4659-8a50-0334fedf333c@googlegroups.com>

Show all headers | View raw


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

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

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

csiph-web