原创 C++基礎知識(友元)

友元 關鍵字:friend #include<iostream> using namespace std; class CStu { private: int age; void fun() { age = 12; co