work;
1. create a class of book enter name,cost and author name. enter the details of 2
books. the data members should be protected and
one member function should be under private category.
2. Add two values in a class which are private members of class using concept of
friend function.
3. Using function overloading take 3 function for adding 2 integer values, 2 double
values & concentrates 2 strings.
4. calculate cube of an int value by using call by reference,value,address
5. calculate factorial of a number using recursion.
6. display fibonocci series using recurssion