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 decimal in c#?
Explain use of abstract and sealed classes in c#?
What is nameof c#?
Describe the types of comments in c#?
What is parameter c#?
What are the 2 broad classifications of fields in c#?
What is the data encapsulation?
What is the purpose of dictionary in c#?
What do you mean by winforms in c#?
Can we store different data types in arraylist in c#?
Is list immutable in c#?
What is cshtml extension?
What are callback methods in c#?
What is default boolean value in c#?
What is the use of functional interface?