suppose you have written constructors for two javascript object classes, fruit and kiwi, and you want the properties and methods of the fruit class (the base class) to be shared with the kiwi class. what statement can you use to chain these object classes together in this way?