c#Which of the following statements are correct given the below code snippetShape obj;obj new Shape;aCreates an object of type Shapeon the stackbCreates a reference obj of the classShapeand an object
b.Creates a reference obj of the class 'Shape' and an object of type 'Shape' on the heap
原文地址: https://www.cveoy.top/t/topic/ij8B 著作权归作者所有。请勿转载和采集!