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

What is a class c#?

0 Answers  


What do you mean by for each loop?

0 Answers  


Why is c# better than java?

0 Answers  


What is value type and reference type?

3 Answers   TCS,


Is there an equivalent of exit() for quitting a c# .net application?

0 Answers  


Describe the overview of clr integration.

0 Answers  


What?s a satellite assembly?

2 Answers  


Difference between value and reference type.

0 Answers  


What is the usage of transponders?

0 Answers   Wipro,


How string definitions will prevent escaping on backslashes in C#?

0 Answers   Siebel,


What do you mean by stack and heap in c#?

0 Answers  


What is the difference between returning iqueryable vs ienumerable?

0 Answers  


Categories