Computer Science, asked by mitaligouda4650, 1 year ago

What are object data types in C#?

Answers

Answered by shloke69
0

The object type is an alias for Object in NET. In the unified type system of C# all types predefined and user-defined, reference types and value types inherit directly or indirectly from Object. You can assign values of any type to variables of type object .

Similar questions