Vidyalelo
C# Programming · Q198

Classes and Objects in C Sharp

Programming · C# Programming · question 198

Q198

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

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board