Say I write a class A. I have another class B that extends A. "A" has some member variables that I have to make protected so I can access them from the derived class B. Now, I create 2 instances of ...