What Does The Following C Code Implyp Pre Langcsharp #172
What does the following C# code imply?</p> <pre><code class="language-csharp"> csharp abc; abc = new charp(); </code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Classes - Fundamentals of Class - Quiz No.2.
What does the following C# code imply?
csharp abc; abc = new charp();
Object creation on class csharp
Create an object of type csharp on heap or on stack depending on the size of object
create a reference c on csharp and an object of type csharp on heap
create an object of type csharp on stack