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
Explain namespaces in c#.
Is c# 8 released?
What is the difference between icomparer and icomparable in c#?
What is an interface class? Give one example of it
What is use of singleton class in c#?
What is a concrete class in c#?
What is namespace c#?
Is boxing an implicit conversion?
From which base class do all Web Forms inherit from?
If a child class instance is created, which class constructor is called first - base class or child class?
What is list array in c#?
Why we need get set property in c#?
What is the size of a decimal?
Explain code compilation in c#.
What is a type c#?