Assuming that the following inheritance set is in force, which of the following classes are declared properly? (Select two answers)

Assuming that the following inheritance set is in force, which of the following classes are declared properly? (Select two answers)

A . class Class_4 (D, A): pass
B . class Class_1(C, D): pass
C . class Class_3(A, C): pass
D . class Class_2(B, D): pass

Answer: A,B

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments