Which of these is an example of a dependency chain?

A. A website project with linked pages is ready for beta testing.
B. A junior code relies on a senior coder for troubleshooting.
C. The shopping cart feature can't be created until the color scheme is chosen.
D. The backend programmers need to communicate well with the frontend programmers.

1 answer

C. The shopping cart feature can't be created until the color scheme is chosen.

This example highlights a dependency chain, as the development of the shopping cart feature is dependent on the prior completion of the color scheme.