4
Answers

Var and object in C#

Amit Maheshwari

Amit Maheshwari

13y
2.8k
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)