Choose the correct statement among the following which supports the fact that C# does not allow the creation of empty structures?
A. C#.NET supports creation of abstract user-defined data types using structures
B. By having empty structures, it would mean that the new data types have no data associated with, which does not make any sense in C#.NET
C. Basic reason to create structures is the inability to represent real life objects using standard data types offered by the language
D. All of the mentioned
Answer: Option D
Related Questions on Classes and Objects in C Sharp
A. A blueprint for creating objects
B. A method in C#
C. A variable in C#
D. A data type in C#
A. A method in C#
B. A variable in C#
C. An instance of a class
D. A data type in C#
A. public
B. private
C. protected
D. internal

Join The Discussion