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 c sharp used for?
Can partial class be inherited?
What is the difference between list and array in c#?
What are modifiers in c#?
What is the usage of Enumeration in C# Programming and is it good to use or not ?
What is difference between encapsulation and abstraction in c#?
How many types of variables are there in c#?
How do I unload an application domain?
What do u mean by delegation of authority?
Is array immutable in c#?
What is clr namespace?
What can you do as a .net developer?
in object oriented programming, how would you describe encapsulation?
What is difference between string and string builder?
What is parallel foreach in c#?