Boxing in C#

What type of boxing is being implementing in the code snippet given below?

int a = 100;
object obj = (object)a;
Options
  1. Implicit boxing
  2. Explicit boxing
  3. Test boxing
  4. Declarative boxing
Previous PostNext Post

Related Posts

Close Bitnami banner
Bitnami