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
Is null == null c#?
How can encapsulation be achieved?
What is a byte in c#?
What are different types of classes in c#?
Is multilevel inheritance possible in c#?
How many destructors can a class have?
What is a thread? What is multithreading?
What is verbatim string literal in c#?
What is the main purpose of linq?
What is a datacontract?
Why do we use threads in c#?
Can we maintain state in webservice?
What is the difference between hashtable and dictionary in c#?
Can we declare class as protected?
Why do we overload constructors?