arayah8589 arayah8589 26-12-2023 Computers and Technology contestada The Porsche class extends the Car class, the handle p is type Porsche, the handle c is type Car, and c points to a Porsche object. Which statement makes p refer to that object? a) p = Car b) p = Porsche c) p = c d) c = p