Assuming that the following inheritance set is in force, which of the following classes are declared properly? (Select two answers)
class Class_4 (D, A) : pass
class Class_1(C,D): pass
class Class_3(A,C): pass
class Class_2(B,D): pass
Submit