Assuming that the following piece of code has been executed successfully, which of the expressions evaluate to True? (Choose two.)
isinstance (obj_b,A)
A.VarA == 1
obj_a is obj_aa
B.VarA == 1
Submit