0
but i want to know about whats the use of properties that is having type as class name???
that is if i am defining a property of type as another class name ,in that case ?
0
property can be useful bcoz you can set {get;set;} on top of it.
however, with variables you can't do that.