If a class is having 4 variables namely type double,type
integer,type string,type decimal.
If we create an instance of that class those variables which
gets into this instance are value types or reference types?
Answer Posted / thirdware
Its value type..........
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What namespace is list in c#?
What is a datacontract?
What is a static field?
Can you inherit from multiple classes in c#?
Can you create an instance of a static class?
What is lazy loading entity framework?
How many dimensions can an array have?
Is string value type c#?
What do you mean by jagged array?
What are winforms in c#?
What is the difference between private and protected in c#?
Why do we need a singleton class?
Differentiate between object pooling and connection pooling in c#?
Why do we use threads in c#?
How many destructors can a class have?