270.

Which is not true for c# struct and class constructs?

Structs do not support inheritance but it can implement interfaces.
Structs cannot contain explicit parameterless constructors.