0 votes
in C Sharp by
Which statment is correct about Object Type in C#?

A - The Object Type is the ultimate base class for all data types in C# Common Type System (CTS).

B - Object is an alias for System.Object class.

C - The object types can be assigned values of any other types, value types, reference types, predefined or user-defined types.

D - All of the above.

1 Answer

0 votes
by
Ans is D

Related questions

0 votes
asked Jun 16, 2020 in C Sharp by Hodge
0 votes
asked Jun 16, 2020 in C Sharp by Hodge
...