Assuming y is a value type, which is an example of boxing?
1.Y = (int)thisObject;
2.Int y = 3;
3.Y = (int)thisObject=;3;
4.Object thisObject = y;
Answer:4
Posted Date:-2022-08-10 06:26:23