Multiple choice Which of the following statement(s) is/are false? A structure is a value type. A structure may contain constructor. A structure can not be inherited. A structure can not implement a interface. None of the above Reveal answer Fill a bubble to check yourself D Correct answer Explanation This is a false statement as a struct can implement the interfaces.