Part 5.5 - More Classes

This section will show you how to make a class that does a bit more than just store values like the earlier Name class.

Part 5.5 - More Classes

What to Do?

1 - Complete the tutorial on how to make a class to represent a die.  Be sure to test/use each method and constructor in a program to ensure that it works.

The solution can be found here:  https://github.com/AldworthClass/Making-Dice

2 - Try to add some of the extra features listed in the Things to Try section of the tutorial.

3 - Complete the programming assignment specified below.  Use your Die class.  

What to Submit?

1 - Submit the assignment specified below.

Tutorial

Part 5.5 - More Classes.pdf

Programming Assignment

Part 5.5 - More Classes Assignment.pdf

Files