31. For a class what would happen if we call a class’s constructor from with the same class’s constructor .
a. compilation error b. linking error
c. stack overflow d. none of the above
...全文
16610打赏收藏
一个关于构造函数的英语题目。谢谢
31. For a class what would happen if we call a class’s constructor from with the same class’s constructor . a. compilation error b. linking error c. stack overflow d. none of the above
31. For a class what would happen if we call a class’s constructor from with the same class’s constructor
对于一个类,如果我们调用这个类的构造函数,同时这个构造函数内部也调用到类的构造函数会出现什么的情况。