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 / 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 |
Post New Answer View All Answers
What are collection classes?
update data in an xml file which resides in solution itself, using silverlight 4.0
2. What happened when BO object has been called?
In dynamic link library, which api is used for load library?
Can we use "this" command within a static method?
What is the difference between list and dictionary in c#?
What is a variable in c#?
How does array sort work?
What is Delegate and what is it used for ?
What is the benefit of delegate in c#?
When can a derived class override a base class member?
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
What is the difference between double and decimal in c#?
what is IFormatable
in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?