Click here to Skip to main content
15,879,535 members

Comments by Preetam U Ramdhave (Top 1 by date)

Preetam U Ramdhave 2-Apr-13 6:00am View    
Hi Vijay,
Thanks for your comments.
let me give you more clear view. if you have one task. to complite this task you break this taks in smaller task. you have created non static class for the task. now you are developing the methods for the task which are break up in smaler parts.
if i use those task as a private method. so the scope of those static method will be limited for that instance only isn't it ?
so using that private static method without exposing any public property which is static. is it thread same ?