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
Structs are not reference types. Can structs have constructors?
What are the fundamental differences between value types and reference types?
What is difference between ilist and list?
What is difference between ilist and list in c#?
What is a method c#?
Write down the c# syntax to catch an exception
What is data set in c#?
What are the Uses of CLR
What is the use of return in c#?
Is array a collection c#?
How do you set a class path?
What is a base class in C#?
What are the main reasons to use c# language?
What is as keyword in c#?
Can abstract class be sealed in c#?