整专业资料
微信QQ群
考生网QQ群

群号:517231281

扫码加群
点击二维码加群

考生网微信公众号

微信号:zikaosw

课程试听
最新资讯

手机端访问

1、直接输入www.zikaosw.cn
2、扫描左侧二维码

登录 | 注册
登录/注册后,可享受
  • 课程免费试听
  • 试做在线题库
  • 学习提升指导
  • [多选题] 对于拷贝初始化构造函数和赋值操作的关系,不正确的描述是()

    • A、拷贝初始化构造函数和赋值操作是完全一样的操作
    • B、进行赋值操作时,会调用类的构造函数
    • C、当调用拷贝初始化构造函数时,类的对象正在被建立并被初始化
    • D、拷贝初始化构造函数和赋值操作不能在同一个类中被同时定义

     纠错    

  • 助考班推荐

您可能感兴趣的试题

  • 1、[填空题]已知int DBL(int n){return n+n;}和long DBL(long n){return n+n;}是一个函数模板的两个实例,则该函数模板的定义是:“template______”。

  • 2、[填空题]语句序列“ifstream infile;infile.open("datdat");”的功能用一个语句实现是______。

  • 3、[主观题]【程序分析题】#include
    using namespace std;class Complex
    {
    private:
    double realPart,imagePart;
    public:
    Complex(double real=0,double image=0):realPart(real),imagePart(image){}Complex operator-(const Complex&a)const{
    return Complex(realPart-
    realPart,imagePart-
    imagePart);}void Show(const{cout<int main(
    Complex a(2,9),b(1,1),c;c=a-b;
    cout<<"a=";
    Show(;cout<<"b="";
    Show(;cout<<"c=";
    ShowO;return 0;
    }
    【原题如下】

  • 4、[主观题]【程序填空题】以下程序输出hello!hello!,请将程序补充完整。
    #include
    using namespace std;class str
    private:
    char*st;public:
    str(char*a){set(a);}
    (1)_____
    set(
    st);return*this;
    void show({cout<st=new char[strlen(s)+1];strcpy(st,s);
    };
    int main(
    str s1("hello"),s2("world");
    (2)_;
    s1.show();s2.showO;
    【原题如下】

  • 5、[主观题]【程序分析题】#include
    using namespace std;class Math
    protected:
    int k;public:
    Math(int n=5):k(n){cout<virtual void f)const=O;};
    inline void Math::f(const{cout<public:
    ~AddO{cout<<"Add";}void f0 const
    {
    cout<};
    int main)
    Math&p=*new Add;p.fO;
    delete&p;return 0;
    【原题如下】

Copyright © 2010 - 2023 湖南求实创新教育科技有限公司 All Right Reserved.

温馨提示:如您需要的资料本网暂时没有,请于工作日08:00-18:00,点击这里,联系客服及时补充资料。