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?

Answers were Sorted based on User's Feedback



If a class is having 4 variables namely type double,type integer,type string,type decimal. If we..

Answer / anna

if it is a value type in base class , it will also be a
value type in the derived.

if it is reference type, then it is reference.

Is This Answer Correct ?    5 Yes 0 No

If a class is having 4 variables namely type double,type integer,type string,type decimal. If we..

Answer / kishore.a

It will be value type.

Is This Answer Correct ?    0 Yes 0 No

If a class is having 4 variables namely type double,type integer,type string,type decimal. If we..

Answer / parmjit

It depends upon member's data type.

If it is of primitive type, structure or enum type, it will
be of value type

Otherwise it will be of reference type.

Is This Answer Correct ?    0 Yes 1 No

If a class is having 4 variables namely type double,type integer,type string,type decimal. If we..

Answer / thirdware

Its value type..........

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More C Sharp Interview Questions

Is std :: string null terminated?

0 Answers  


What is concrete method in c#?

0 Answers  


What is the use of xmlserializer?

0 Answers  


What is static noise?

0 Answers  


What are the types of threading models ?

4 Answers   Digital GlobalSoft,






Can abstract class have constructor c#?

0 Answers  


What are extensions methods in c#?

0 Answers  


What is the difference between // comments, /* */ comments and /// comments?

0 Answers  


Will finally block get executed if the 1exception had not occurred?

3 Answers  


Explain the difference between a sub and a function?

1 Answers   Wipro,


What is a clr (common language runtime)?

0 Answers  


Explain anonymous type in c#?

0 Answers  


Categories