<p><strong>IN C++</strong></p><p>Create a base class for transit system, called Automobile.Automobile has derived classes which is bicycle and Train.Both usea base class access spec of protected.</p><p><strong>Automobile memb:</strong></p><p>protected:</p><p>Automobile ID (str) manufacturer (str)capacity