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
What are reflections in c#?
Why ienumerable is used in c#?
What are the differences between events and delegates in c#?
Is clr a compiler?
What is gac? What are the steps to create an assembly and add it to the gac?
What is the root element of an xml file?
What is overriding in c#?
What is the difference between static class and sealed class in c#?
How do you read an Excel sheet in C#?
How do I develop c# apps?
What are delegates?
Differentiate between dataset and datareader?
List some of the common data providers for ado.net framework?
What is function and method in c#?
Can a abstract class have a constructor?