Home » C# Programming » Classes and Objects

Which of the following statements is correct about the C#.NET code snippet given below? class Student s1, s2; // Here 'Student' is a user-defined class. s1 = new Student(); s2 = new Student();

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!