A abstract class An abstract class is a class that must be inherited and have the methods overridden. It can not be instantiated. And at least one of the methods in the class is abstract. Array, ArrayList, BitArray An array is a collection of related…