Multiple choice

Which of the following statement(s) is/are false?

  1. A structure is a value type.

  2. A structure may contain constructor.

  3. A structure can not be inherited.

  4. A structure can not implement a interface.

  5. 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.