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 / kishore.a
It will be value type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you prevent a class from being inherited in c#?
What does it mean to override a method?
Can we set image Source dynamically using C# in WPF application?
What is a .aspx file?
Explain the difference between passing parameters by value and passing parameters by reference with an example?
how to stored and retrive video in Sql server using asp.net c#......?
What is a template class?
Do while loops yes or no c#?
When was .net linq added?
How can you set image source dynamically from c# application to ”test.png” file?
Is collection a data structure?
What is constructor overloading in c#?
What is an assembly loader?
What is encapsulation in csharp?
What is difference between the "throw" and "throw ex" in .net?