Question # 13
An abstract class is the one that:
a
Can instantiate only one object
b
Is a base class
c
Cannot instantiate any object
d
Export a data type
e
Does not allow inheritance.