/vehicleclass

In this program I create a class

Primary LanguagePython

vehicleclass

This program is an example of creating a class and inheritance of this class In this program I create a class and make an inheritance of the class Vehicle to the child class Car and motocycle. OOP Clases,inheritance