Create a class Count with a data member current_count with proper access specifier. Create another tester class (which has main method) to instantiate two counters of Count class.
In the Count class create 2 constructors: default and parameterized constructors.
In Count class create accessors for the current_count data member