I changed my base class to abstract for a project and now I\'m receiving the following error:
abstract
Cannot create an instance of the abstract c
You cannot create an instance of an abstract class. That's what abstract means.