Assume that a definition of class Automobile has two composite objects called myEngine of class Engine and myTransmission of class Transmission. If an object of Automobile is instantiated and then goes out of scope, list the sequence in which all constructors and destructors are called. Also, provide the explanation for why they are called in this sequence.