30.

_____________ classes are regular classes and can be instantiated and extended both

A concrete class is one that can be used to directly create, or instantiate objects, unlike an abstract base class which can only be used as a base class for other classes which eventually lead to concrete classes. Just regular classes