C++ access protected data in Super Class

前端 未结 0 891
野趣味
野趣味 2021-01-29 02:22

hello guys can anyone help me :

#include 
using namespace std;

class A
{
private:
    int a;

protected:
    int b;
    void set_value(int y, int         


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