Suppose that you created a new Process class in your model and performed a build generated command.
What do you need to do next?
A. Implement the methods in the generated impl version of the class.
B. Copy the generated impl class from the build/svr/gen/temp folder into the impl package.
C. Implement the modeled methods in the base class.
D. Create a new class in the impl package.