1.

Which of the following statements are correct about the C#.NET code snippet given below? sample c; c = new sample(); 1.It will create an object called sample. 2.It will create a nameless object of the type sample. 3.It will create an

A. 2, 4
B. 1, 3
C. 4, 5
D. 3, 5
Answer» C. 4, 5


Discussion

No Comment Found