R
Richard
I have two classes ClassA and ClassB.
ClassB has a constructor that has ClassA as it's parameter. How do I make
ClassB as a member object of ClassA so that ClassA (i.e. 'this') is passed
into ClassB on instatiation?
ClassB has a constructor that has ClassA as it's parameter. How do I make
ClassB as a member object of ClassA so that ClassA (i.e. 'this') is passed
into ClassB on instatiation?