# Introduction Inheritance is a fundamental aspect of object-oriented programming that allows us to define a new class based on an existing class. In this Python challenge, we will create a child class called Bus that will inherit all of the variables and methods of the parent class called Vehicle.
Click the virtual machine below to start practicing