ReactJS MCQs with Answers

Which props from the props object is available to the component with the following syntax?

<Message {...props} />

A)
any that have changed
B)
any that have not changed
C)
child props
D)
all of them

Correct Answer :   all of them