On Sun, Apr 10, 2022, 11:51 AM malmiteria 
"class A(B)" feels very different from "class B(A)"
but "class A(B,C)" doesn't feel so obviously different from "class A(C,B)"

Are you likewise "confused" by the fact that `a = b - c` is generally different from `a = c - b`?!