Week2
We started with the object-oriented concept and how to use existing classes. We used a simple class called Dice to do this. We learned about constructors, public methods, private data and how to use an instance of a class (object) from a program. We also used the Random class from the System namespace.