Discussion :: Properties
-
If a class Student has an indexer, then which of the following is the correct way to declare this indexer to make the C#.NET code snippet given below work successfully?
Student s = new Student(); s[1, 2] = 35;
A.
|
B.
|
C.
|
D.
|
Answer : Option C
Explanation :
No answer description available for this question.
Be The First To Comment