Integer at long type variable are not object.Support your
answer with example.And explain the technique to convert from
value type to reference type and vice-versa.
Answer Posted / sujit
int x=10;
object obj=x;//called boxing
x=convert.ToInt32(obj);// called unboxing
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Describe the process of “exception handling implementation” in c#?
Why do we use dataset in c#?
Can we extend sealed class in c#?
What are most desktop applications written in?
Which attribute is used in order that the method can be used as webservice?
What is the diff between System.String and System.Text.StringBuilder classes?
How is method overriding different from overloading?
What's your approach to fetch static data in your windows form application?
How do you create empty strings in c#?
Does unity use c++ or c#?
How many types of serialization are there in c#?
What is asax file in c#?
What are native functions?
What is namespace in oops?
How we convert private assembly into public assembly?