If 'Test' is an ordinary class, is there any difference between: 若是「測試」是普通類,則之間是否有任何區別: 測試
Test* test = new Test;
and 和 spa
Test* test = new Test();