270.
Which is not true for c# struct and class constructs?
View Description
Structs do not support inheritance but it can implement interfaces.
Structs cannot contain explicit parameterless constructors.