You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/wwl-azure/get-started-generic-anonymous-types/6-knowledge-check.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ quiz:
24
24
explanation: "Incorrect. While generics can enhance performance by avoiding unnecessary type conversions, their primary purpose is to ensure type safety and code reusability."
25
25
- content: "To simplify debugging by automatically generating error messages."
26
26
isCorrect: false
27
-
explanation: "Incorrect. Generics does not generate error messages for debugging; they ensure type safety during compilation, reducing runtime errors."
27
+
explanation: "Incorrect. Generics doesn't generate error messages for debugging; they ensure type safety during compilation, reducing runtime errors."
28
28
- content: "Which of the following is an example of a generic class?"
29
29
choices:
30
30
- content: "`public class Box<T> { public T Item { get; set; } }`"
0 commit comments