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
Can hashtable have duplicate keys in c#?
Explain about multithreading?
Do loops c#?
What is streamreader/streamwriter class?
Does c# have a 'throws' clause?
what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?
can you declare an override method to be static if the original method is not static?
What is difference between abstraction and encapsulation in c#?
What is a lambda expression in c#?
Is list passed by reference c#?
Why is .net so popular?
Does a class need a constructor c#?
Is constructor a static method?
What is difference between struct and class in c#?
How does bitwise xor work?