Answer Posted / senthil kumar
casting is convertion of data like integer to string,string
to interger,etc..,
but the boxing simply involves to convert the value types
to reference types.That means assigning the value to the
object.
| Is This Answer Correct ? | 8 Yes | 7 No |
Post New Answer View All Answers
list the steps in code compilation in c#?
What is event and delegates in c#?
What are data types in C#?
How string definitions will prevent escaping on backslashes in C#?
Is the following code legal?
List down the reason behind the usage of c# language.
Define a class and an object?
How we convert private assembly into public assembly?
What is the use of properties window?
Do loops c#?
Why is it called c sharp?
What is the use of inheritance in c#?
Where do we use static class in c#?
What are the string functions in c#?
What are the generation of Garbage Collection in C# .NET ?