c++ Program to illustrate the use of difference operators using friend function
by Ranjith | March 13th, 2010.AIM:
A program to illustrate the use of difference operators to access the class member using friend function
ALGORITHM:
1) Start the process
2) Invoke the classes
3) Call the set_xy() first
a) Assign the value of x and y
b) Print the value of x and y
4) Call the sum() for second(friend)
a) Again assign the temp value of x and y
5) Print the value of x and [...]





