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
What is parameters in c#?
What is the difference between Java and .NET garbage collectors?
What is dbml file in c#?
What is the difference between Decorator and Adapter pattern?
What does firstordefault mean in c#?
How to implement a singleton design pattern in c#?
What is main thread in c#?
What are the types of operator?
Explain the difference between “as” and “is” operators used in c#?
Name which controls do not have events?
What is disconnected data architecture in c#?
Explain about Serialize and MarshalByRef?
What is the name of c# compiler?
Name the property of the textbox which cannot be changed at runtime?
Can an int be negative c#?