题解 | #构造函数#

构造函数

https://www.nowcoder.com/practice/2809d720c7024f959b283f8444d9bdc9

#include<iostream>

class Person
{
public:
    void showPerson(std::string str, int a)
    {
        name = str;age = a;
        std::cout << name <<  " " << age << std::endl;
        
    }

private:
    std::string name;
    int age;
};

int main(void)
{
    Person per;
    std::string str;
    int a;

    std::cin >> str;
    std::cin >> a;

    per.showPerson(str, a);

    return 0;
}

全部评论

相关推荐

不愿透露姓名的神秘牛友
10-29 21:14
疯犬丨哈士奇:喜欢你的人会主动表白,对你有想法的人会很主动,所以要你的公司不会吊着你所以懂了吧
点赞 评论 收藏
分享
职场水母:为啥你们整简历都喜欢整一大堆没用的,是期待让hr觉得很多,自己很厉害吗
0offer是寒冬太冷还...
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务