Python Inheritance

Posted by linuxer on Mar 26, 2017 8:47 AM EDT
linuxconfig.org; By Nick Congleton
Mail this story
Print this story

Inheritance is yet another key concept in Object Oriented Programming, and it plays a vital role in building classes. It allows a class to be based off on an existing one. When you first started writing Python classes, you were told to just put "Object" in the parenthesis of the class definition and not think too much about it. Well, now's the time to start thinking about it.

Full Story

  Nav
» Read more about: Story Type: Tutorial; Groups: Developer, Linux, Python

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.