CIRCBASE

728

Circular base class not allowed

When defining a class, you have declared a parent class that either forms an inheritance loop (for example, class A inherits from B and class B inherits from A) or is the same as the class being defined.