4
Answers

Var and object in C#

Photo of Amit Maheshwari

Amit Maheshwari

13y
3.2k
1
Hi friends,
I want to know that if we have two variable like as
var v="10";
object o="10"
then what is the difference between both of them please give any explanation?

Answers (4)