I don\'t have any idea about this
I could not open the screenshot of CenterExamen class. The error happens becauase your base class CenterExamen does not have a default constructor. It does not mean like you need to have a default constructor in the base class. In such cases, when inheriting a class, the inherited class should instantiate the base class by passing the required parameters.