Suppose there is a TruckBuilder class following the Builder…
Suppose there is a TruckBuilder class following the Builder pattern that contains methods paintRed and extendCab among several others. Write a statement using that builder class that will create a red, extended cab Truck object. It is not necessary to store the result of this in a variable.