Gr 10 – OOP

Object Orientated Programming is a journey where you move from a single class, single method program (has a main method only)  to a multi-class program with many methods. The best place to start is with a single class program that has more than one method. A single...