Description
write your own bit array class (without inheriting from bit array class) that includes a conversion method that takes Boolean values and conversion method that takes Boolean values and converts them to bit array values (hint: use a bit array as the main data structure of the class but write your own implementation of the other methods )
reimplement the class in above by inheriting from bit array class and adding just a conversion method.