for the past few weeks, I have been working on a program that uses inheritance, and encountered a few bugs along the way. First of all, it is meant to inherit at least twice and so I decided to create a simple car/Toyota class. Here is my code for the base class:for the past few weeks, I have been working on