EGL1008E function_name failed. class_name is an interface or abstract class, so the constructor cannot be called.

Explanation

The constructor of an interface or abstract class cannot be called.

User Response

Change the program logic to call the constructor of a class that is not abstract.


Feedback