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 destructors in C#?
What exception can an overridden method throw in comparison with the method it is overriding?
What is a hashset c#?
Is an interface a type c#?
What does return do in for loop?
What is eager and lazy loading in c#?
Explain the role of the datareader class in ado.net connections?
What is the output of TextWriterTraceListener redirected?
How do you use nullable?
What is an indexer in c#?
What is a type c#?
What is the max value of int32 in c#?
What is the differences between datagrid, datalist and repeater in .net?
Why do I get a security exception when I try to run my c# app?
What is the use of tuple in c#?