[SOLVED] CS #include

$25

File Name: CS_#include.zip
File Size: 103.62 KB

5/5 - (1 vote)

#include
#include A.h
#include B.h

using namespace std;

int A::Func2(B& b)
{
cout << “Here we cannot access B’s private member ” << endl;return 0;}void A::show(A& a, B& b){cout << “Inside A::show() accessing B’s private member ” << b._b << endl;}

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[SOLVED] CS #include
$25