Answer Posted / neerajtyagi
---Value Types (C# Reference)
The value types consist of two main categories:
Structs
Enumerations
Structs fall into these categories:
Numeric types
Integral types
Floating-point types
decimal
bool
User defined structs.
------Reference Types (C# Reference)
Variables of reference types, referred to as objects, store
references to the actual data. This section introduces the
following keywords used to declare reference types:
class
interface
delegate
This section also introduces the following built-in
reference types:
object
string
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How Is The Dll Hell Problem Solved In .net?
What are namespaces, and how they are used?
What is the difference between throw and throw ex?
Explain the functionalities of satellite assembly?
What is sql transaction in c#?
What issues can be faced while delivering code?
Can constructor be protected?
How do I format in c#?
What is difference between ienumerable and iqueryable in c#?
Why to use lock statement in c#?
what is a static constructor?
Can you instantiate a struct without using a new operator in c#?
What is c# console application?
What are boxing and unboxing?
What is difference between web and window application?