C++学习(18)

1 //类的成员函数的二义性问题 2 #include<iostream.h> 3 class B1{ 4 protected: 5 int b1; 6 public: 7 B1(int bb1){ 8 b1=bb1; 9 } 10 ~B1(){} 11 void
相关文章
相关标签/搜索