类型名称后面的括号是否与new有所不同?

耗尽温柔 提交于 2020-08-09 16:35:56

问题:

If 'Test' is an ordinary class, is there any difference between: 如果“测试”是普通类,则之间是否有任何区别:

Test* test = new Test;

and

Test* test = new Test();

解决方案:

参考一: https://stackoom.com/question/2bKD/类型名称后面的括号是否与new有所不同
参考二: https://oldbug.net/q/2bKD/Do-the-parentheses-after-the-type-name-make-a-difference-with-new
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!