Direction: Choose the correct option
Q1.
What is component composition in React?
Direction: Choose the correct option
Q2.
Which prop is commonly used to pass children elements to a component?
Direction: Choose the correct option
Q3.
Consider this code:
Hello
. How does Card accessHello
?Direction: Choose the correct option
Q4.
What is the advantage of composition over inheritance?
Direction: Choose the correct option
Q5.
Which pattern involves passing a function as a child to control rendering?
