m0_60901238 2021-09-15 16:51 采纳率: 81.5%
浏览 64
已结题

定义类News,其中包括五个私有变量

img


请问这个用C++怎么写呢?定义类之后那个get(),set()函数怎么写呢?

  • 写回答

1条回答 默认 最新

  • L_qingting 2021-09-15 17:11
    关注
    
    class News {
    public:
        News(int newsid, std::string newstitle, std::string newscontent, std::string newsauthor, bool isavailable)
        {
            this->newsid = newsid;
            this->newstitle = newstitle;
            this->newscontent = newscontent;
            this->newsauthor = newsauthor;
            this->isavailable = isavailable;
        }
        void set_newsid(int newsid)
        {
            this->newsid = newsid;
        }
        int get_newsid()
        {
            return newsid;
        }
    
        void set_newstitle(std::string newstitle)
        {
            this->newstitle = newstitle;
        }
        std::string get_newstitle()
        {
            return newstitle;
        }
    
        void set_newscontent(std::string newscontent)
        {
            this->newscontent = newscontent;
        }
        std::string get_newscontent()
        {
            return newscontent;
        }
    
        void set_newsauthor(int newsid)
        {
            this->newsauthor = newsauthor;
        }
        std::string get_newsauthor()
        {
            return newsauthor;
        }
    
        void set_isavailable(bool isavailable)
        {
            this->isavailable = isavailable;
        }
        
        bool get_isavailable()
        {
            return isavailable;
        }
    
    private:
        int newsid;
        std::string newstitle;
        std::string newscontent;
        std::string newsauthor;
        bool isavailable;
    };
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

问题事件

  • 系统已结题 9月23日
  • 已采纳回答 9月15日
  • 创建了问题 9月15日

悬赏问题

  • ¥20 求快手直播间榜单匿名采集ID用户名简单能学会的
  • ¥15 DS18B20内部ADC模数转换器
  • ¥15 做个有关计算的小程序
  • ¥15 MPI读取tif文件无法正常给各进程分配路径
  • ¥15 如何用MATLAB实现以下三个公式(有相互嵌套)
  • ¥30 关于#算法#的问题:运用EViews第九版本进行一系列计量经济学的时间数列数据回归分析预测问题 求各位帮我解答一下
  • ¥15 setInterval 页面闪烁,怎么解决
  • ¥15 如何让企业微信机器人实现消息汇总整合
  • ¥50 关于#ui#的问题:做yolov8的ui界面出现的问题
  • ¥15 如何用Python爬取各高校教师公开的教育和工作经历