Byte Class
Learn to implement two overloaded setBit( ) and clearBit( ) methods.
We'll cover the following...
Challenge
Write a program that contains a Byte class and overloaded setBit( ) and clearBit( ) functions as shown below.
...