Choose The Correct Statement Among The Following Which Supports #319
Choose the correct statement among the following which supports the fact that C# does not allow the creation of empty structures?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Object Oriented Concepts - Structures - Quiz No.1.
Choose the correct statement among the following which supports the fact that C# does not allow the creation of empty structures?
C#.NET supports creation of abstract user-defined data types using structures
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
Basic reason to create structures is the inability to represent real life objects using standard data types offered by the language
All of the mentioned