I have two cpp files and two header file, they are a.cpp, b.cpp, a.h and b.h respectively. I have a method defined in the a.cpp file and I would like to call the method in the b.cpp file. How do i go about doing it? Please advice Thank you.
Can i make use of the friend function to do so?