Create a base class called Vehicle that has the manufacturer’s name (type string ),
number of cylinders in the engine (type int ), and owner (type Person given in the
code that follows). Then create a class called Truck that is derived from Vehicle
and has additional properties, the load capacity in tons (type double since it may
contain a fractional part) and towing capacity in pounds (type int ). Be sure your
classes have a reasonable complement of constructors and accessor methods, an
overloaded assignment operator, and a copy constructor. Write a driver program
that tests all your methods.
1
Expert's answer
2014-03-31T14:25:33-0400
Dear customer, Unfortunately, your question requires a lot of work and cannot be done for free. Please submit it with all requirements as an assignment to our control panel and we'll assist you.
Comments
Leave a comment