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