是否可以将用户指定的名称分配给对象.通常我们声明我们Sample s; 可以接受用户的对象名吗?也就是说,要做Sample <user-defined-obj-name>;
Sample s;
Sample <user-defined-obj-name>;
c
c ×1