M
Mike J
I have a Queston about Properties vs Public / protected
ive read alot where people say dont use public or protected members always
use Properties....
i kinda dis-agree with that.
I do want to here from others
i may have a class where i dont care about isolation
so why not make a public field
there are time where i need isolation and then i use Properties
What kind of Preformance hit to incur in a loop with properties.....
versus public/private fields and Properties
Tks
MJ
ive read alot where people say dont use public or protected members always
use Properties....
i kinda dis-agree with that.
I do want to here from others
i may have a class where i dont care about isolation
so why not make a public field
there are time where i need isolation and then i use Properties
What kind of Preformance hit to incur in a loop with properties.....
versus public/private fields and Properties
Tks
MJ