I'm kinda new to the Object Orientated style of programming, I have a question that may seem a little silly to most. If I have to classes A and B, and in one of A's member functions I want to call one of B's member functions, how do I do it without using inheritance???
Any help appreciated!!!