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
What is private protected in c#?
Can we create instance of private class in c#?
Why are strings immutable c#?
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
Why do we need to call CG.SupressFinalize?
is it possible to access a remote web service Without UDDI?
Why linq is having select clause at the end?
what is the syntax to inherit from a class in c#?
why delegate is type safe?
What is windows forms in c#?
What is static classes?
State the top.NET class that everything is derived from?
Is string a class in c#?
Why can’t struct be used instead of class for storing entity?
What is the base class from which all value types are derived?