Quiz Yourself: Additional Features
Test your knowledge of the C# programming language additional features.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
Can extension methods be created for value types (structs) in C#?
A.
No, extension methods are exclusive to reference types (classes).
B.
Yes, but they only work if the struct is boxed into an object first.
C.
Yes, extension methods can be defined for structs exactly like classes.
D.
No, because structs do not support inheritance or external modification.
1 / 12