Answer Posted / vasanth
Converting reference type to value type.
Example
Object x;
int y;
y=(int)x;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What types of object can I throw as exceptions?
Explain types of comment in c# with examples
What is argument in c#?
Please write a program to display “welcome to bestinterviewquestion.com” in c#?
What are the principles of delegation?
Suppose two interfaces have same method, so how will you implement these methods in derive class?
Which of the following operations can you not perform on an ado.net dataset?
What is datatable in c#?
What does this keyword mean in c#?
What are the advantages of using assemble language programming?
What is concrete class in c#?
What is strong name in c# and how can we use it?
can multiple catch blocks be executed for a single try statement?
How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?
Is c# or c++ better for games?