Answer Posted / hafiz usman majeed
casting is the process of coverting one type of data to
another type of data. it is superclass for all type of type
conversions.whereas boxing is subclass of casting where
value types are converted to reference types
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
What is an indexer in c#?
Can I define my own exceptions?
Can the accessibility of a type member be greater than the accessibility of its containing type?
Can an int be negative c#?
Can struct inherit from class c#?
What do you know about WM_CHAR message?
What is bitwise operator in c#?
How to Install uninstall assemblies into GAC?
How can we sort an array in c#?
What are async and await?
What are All kind of access specifiers for a class and for methods
What is using keyword in C#?
How string definitions will prevent escaping on backslashes in C#?
What is default access modifier for class in c#?
How many types of constructors are there in c#?