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 a jagged array?
Can constructor be overloaded in c#?
Why are local variables stored in stack?
What are types of constructor?
What are collections in c#?
Explain synchronous and asynchronous operations?
What is out in c#?
what is the meaning of Object lifetime in OOPS
What is xamarin used for?
How do you access a constant field declared in a class?
What is the difference between internal and protected in c#?
What are functions in c#?
What is serialization and deserialization in c# with example?
What are native methods?
What is an assembly in .net?