One thing you could do is to make the constructor of class b accept class a. That way all you have to do is to ask class a for the string when you want it (basically just call a method that returns...