0 votes
in C Sharp by (2.6k points)
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 (2.6k points)
Ans is D
...