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 / kishore.a
It will be value type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Illustrate race condition?
What is thread pooling?
What's the c# syntax to catch any possible exception?
What is the purpose of ienumerable in c#?
What is CLR and its application.?
What are the basics of c#?
Can an int be negative c#?
What is difference between hashtable and dictionary in c#?
Can you have more than one namespace in c#?
What does the parsefloat function do?
What is wrong with the sample program below?
What is difference between array and list in c#?
Why do we use interface in c#?
What is the difference between finalize() and dispose()?
How do you escape in c#?