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 are custom attributes in c#?
How do you specify a custom attribute for the entire assembly (rather than for a class)?
Explain About Global.asax
What is garbage collector and where should you use in .NET?
What is difference between array and list?
Can you prevent a class from being instantiated?
Can you pass parameters to destructors?
In object oriented programming, how would you describe encapsulation in c#?
What is the purpose of the integer parse method the decimal parse method?
Can a struct inherit from an interface in c#?
What is a .aspx file?
What is c-sharp (c#)?
Explain the difference between .net and c#?
What are the advantages of using assemble language programming?
What are concrete classes?