Page 1 of 1

Choose the correct statement among the following which supports the fact that C# does not allow the creation of empty st

Posted: Wed Jul 13, 2022 7:56 pm
by answerhappygod
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