3
Answers

How to improve logic in programming?

I want to improve my basic logic skills in programming.What should i do?
 
Answers (3)
0
Najna Abdulla

Najna Abdulla

NA 127 22.5k 10y
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
Sumit Jolly

Sumit Jolly

NA 18.7k 558.5k 10y
property can be useful bcoz you can set {get;set;} on top of it.

however, with variables you can't do that.