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
Which function is the entry point for a DLL in MS Windows 3.1?
Is c# pass by reference?
Is constructor a static method?
Can we create extension method for interface?
What is the difference between “dispose” and “finalize” variables in c#?
What are the main reasons to use c# language?
What is use of a HashTable in .NET?
What is using keyword?
What are the value types in c#?
What is variable in c#?
What is use of private class in c#?
what is the meaning of Object lifetime in OOPS
what is full assembly reference
What is a .exe extension files? How is it similar to .dll extension files?
What is dependency injection?