I just think about this case, I want to declare a class C which extends from other classes dynamically. Suppose that I have class A and class B. Now, I want the class C extends A or B base on a specified condition such as:I just think about this case, I want to declare