Which of the following is not true about .Net structure?
Options
- structures are value types
- structures use new keyword upon instantiation
- structures can have events as member
- structures are reference types
CORRECT ANSWER : structures are reference types
Write your comments