Time: 1 - 5 hours
Purpose: This activity helps you get familiar with Prototypes by tasking you with using them in the random data generator.
Introduction: Our codebase is almost complete, but as a final task we are going to use Prototypes in our random data generator to encapsulate the work we’ve created.
For this activity, you can either use your existing random data generator code you’ve created or you can use this example code-base.
Activity: Update your current random data generator code-base by encapsulating your code in a Prototype object and then call the Prototype to create random data.
If you need help, post questions on this thread for support.