Why are these two classes executed? I just defined two base classes. I didn\'t use f = F () and g = G () to instantiate objects. Why are the two prints
f = F ()
g = G ()