class parent_class{ ... } class child_class extends parent_class{ ... }
class Childclass extends ParentClass { … }
class A extends B {} class B implements A {} /*Common fixes Change the type hierarchy so that there’s no circularity*/