Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
It focuses on inheritance in Python, the concept of creating a second class that takes on the properties and functions of another class, where the child class inherits from the parent class. It covers the techniques and concepts needed to use inheritance in your own programs.
The objectives are to understand how parent classes can differ from child classes and how inheritance impacts a program.
The module includes four lessons: What is Inheritance?, Inheriting a Class Part 1, Inheriting a Class Part 2, and Inheriting a Class Part 3.
It is suited for learners who already have some Python skills, since inheritance is described as an advanced Python concept that builds on the skills you have gained so far.
It relates to skills including Class Hierarchy, Function Module, Java Module, Multiple Inheritance, Python (Programming Language), and Software Modules.