How to access a variable in a method of a different class in c++

后端 未结 0 1078
走了就别回头了
走了就别回头了 2020-12-18 15:57

How to access a variable in a method in a different class for example in this code.

#include 
using namespace std;
class Student
{
public:
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题