How should the developer modify the route that handles the customer registration?

A developer is given the requirement to add a step to the existing business logic of the registration process .

How should the developer modify the route that handles the customer registration?
A . Change the controller route with new functionality.
B. Extend the route with new functionality.
C. Copy the code from the original route to a new controller route, and change it.
D. Override the route with new functionality.

Answer: B

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments